Skip to content

Commit 99fce80

Browse files
committed
CI: fix windows artifacts generation
1 parent a5a28e3 commit 99fce80

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
@@ -380,7 +380,7 @@ jobs:
380380
uses: actions/upload-artifact@v4
381381
with:
382382
name: fastfetch-windows-amd64
383-
path: ./fastfetch-*-windows-amd64.*
383+
path: ./fastfetch-windows-amd64.*
384384

385385
windows-i686:
386386
name: Windows-i686
@@ -447,7 +447,7 @@ jobs:
447447
uses: actions/upload-artifact@v4
448448
with:
449449
name: fastfetch-windows-i686
450-
path: ./fastfetch-*-windows-i686.*
450+
path: ./fastfetch-windows-i686.*
451451

452452
release:
453453
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'fastfetch-cli/fastfetch'

0 commit comments

Comments
 (0)