CI: fix windows artifacts generation

This commit is contained in:
李通洲
2024-02-12 10:46:27 +08:00
parent a5a28e30a0
commit 99fce80d0d
+2 -2
View File
@@ -380,7 +380,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: fastfetch-windows-amd64
path: ./fastfetch-*-windows-amd64.*
path: ./fastfetch-windows-amd64.*
windows-i686:
name: Windows-i686
@@ -447,7 +447,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: fastfetch-windows-i686
path: ./fastfetch-*-windows-i686.*
path: ./fastfetch-windows-i686.*
release:
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'fastfetch-cli/fastfetch'