File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments