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 a5a28e3 commit 99fce80Copy full SHA for 99fce80
.github/workflows/ci.yml
@@ -380,7 +380,7 @@ jobs:
380
uses: actions/upload-artifact@v4
381
with:
382
name: fastfetch-windows-amd64
383
- path: ./fastfetch-*-windows-amd64.*
+ path: ./fastfetch-windows-amd64.*
384
385
windows-i686:
386
name: Windows-i686
@@ -447,7 +447,7 @@ jobs:
447
448
449
name: fastfetch-windows-i686
450
- path: ./fastfetch-*-windows-i686.*
+ path: ./fastfetch-windows-i686.*
451
452
release:
453
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'fastfetch-cli/fastfetch'
0 commit comments