From bb148ba0871c1977c0ede448c71ebe7fdb74a5c2 Mon Sep 17 00:00:00 2001 From: Ray <zai7lou@outlook.com> Date: Wed, 8 Mar 2023 22:25:36 +0800 Subject: [PATCH] chore: update --- .github/workflows/publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index f34cd9461..5bb405f5c 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -56,7 +56,7 @@ jobs: id: upload-release-asset uses: softprops/action-gh-release@v1 with: - files: ./*.zip + files: *.zip token: ${{ secrets.GITHUB_TOKEN }} name: BiliBiliToolPro-V${{ github.event.inputs.version }} tag_name: ${{ github.event.inputs.version }}