We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6702d8 commit c283e39Copy full SHA for c283e39
.github/workflows/push.yml
@@ -276,13 +276,13 @@ jobs:
276
run: ctest
277
278
- name: create zip archive
279
- run: zip fastfetch-$(./fastfetch --version-raw)-win32.zip *.dll fastfetch.exe flashfetch.exe
+ run: zip fastfetch-$(./fastfetch --version-raw)-Win32.zip *.dll fastfetch.exe flashfetch.exe
280
281
- name: upload artifacts
282
uses: actions/upload-artifact@v3
283
with:
284
- name: fastfetch-win32
285
- path: ./fastfetch-*-win32.zip
+ name: fastfetch-Win32
+ path: ./fastfetch-*-Win32.zip
286
287
release:
288
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'LinusDierheimer/fastfetch'
0 commit comments