From 99fce80d0db8263fd37e99e357f0bd63198968fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Mon, 12 Feb 2024 10:46:27 +0800 Subject: [PATCH] CI: fix windows artifacts generation --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba207dc51..e052c2f3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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'