Skip to content

Commit 81f0e4d

Browse files
committed
cI: really bundle presets
1 parent 1d9f462 commit 81f0e4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)