Skip to content

Commit 97959d8

Browse files
bruhhh
1 parent 4e6b4c3 commit 97959d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cmake.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
if-no-files-found: error
5252
name: customfetch
53-
path: ./build/debug/customfetch
53+
path: ./build/customfetch
5454

5555
build-ubuntu-22_04-GUI:
5656
runs-on: ubuntu-22.04
@@ -86,7 +86,7 @@ jobs:
8686
with:
8787
if-no-files-found: error
8888
name: customfetch-gui
89-
path: ./build/debug/customfetch-gui
89+
path: ./build/customfetch-gui
9090

9191
build_Arch:
9292
runs-on: ubuntu-latest
@@ -160,11 +160,11 @@ jobs:
160160
run: fastfetch
161161

162162
- name: Test customfetch
163-
run: ./customfetch -D assets
163+
run: ./build/customfetch -D assets
164164

165165
- name: Upload to github artifacts
166166
uses: actions/upload-artifact@v4
167167
with:
168168
if-no-files-found: error
169169
name: customfetch-macos
170-
path: ./build/debug/customfetch
170+
path: ./build/customfetch

0 commit comments

Comments
 (0)