Skip to content

Commit c283e39

Browse files
committed
CI: update artifact name (Win32)
1 parent f6702d8 commit c283e39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,13 +276,13 @@ jobs:
276276
run: ctest
277277

278278
- name: create zip archive
279-
run: zip fastfetch-$(./fastfetch --version-raw)-win32.zip *.dll fastfetch.exe flashfetch.exe
279+
run: zip fastfetch-$(./fastfetch --version-raw)-Win32.zip *.dll fastfetch.exe flashfetch.exe
280280

281281
- name: upload artifacts
282282
uses: actions/upload-artifact@v3
283283
with:
284-
name: fastfetch-win32
285-
path: ./fastfetch-*-win32.zip
284+
name: fastfetch-Win32
285+
path: ./fastfetch-*-Win32.zip
286286

287287
release:
288288
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'LinusDierheimer/fastfetch'

0 commit comments

Comments
 (0)