File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ jobs:
222222 run : ctest
223223
224224 - name : create zip archive
225- run : zip fastfetch-$(./fastfetch --version-raw)-Win64.zip *.dll fastfetch.exe flashfetch.exe presets
225+ run : zip -r9 fastfetch-$(./fastfetch --version-raw)-Win64.zip *.dll fastfetch.exe flashfetch.exe presets
226226
227227 - name : upload artifacts
228228 uses : actions/upload-artifact@v3
@@ -280,7 +280,7 @@ jobs:
280280 run : ctest
281281
282282 - name : create zip archive
283- run : zip fastfetch-$(./fastfetch --version-raw)-Win32.zip *.dll fastfetch.exe flashfetch.exe presets
283+ run : zip -r9 fastfetch-$(./fastfetch --version-raw)-Win32.zip *.dll fastfetch.exe flashfetch.exe presets
284284
285285 - name : upload artifacts
286286 uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments