From 395c27e6d6b9c824aea543ff3967d1eb806e44fd Mon Sep 17 00:00:00 2001 From: Haibo Z <61728435+ahai-code@users.noreply.github.com> Date: Wed, 27 Mar 2024 14:25:10 +0800 Subject: [PATCH] Update publish.yaml --- .github/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index fa63881..71f3a28 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -63,7 +63,7 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: ./${{ env.REPO_NAME }}_${{ env.VERSION }}.zip + file: ./${{ env.REPO_NAME }}-${{ env.VERSION }}.zip tag: v${{ env.VERSION }} file_glob: true - name: Publish manifest @@ -73,4 +73,4 @@ jobs: file: ./manifest.json tag: "manifest" overwrite: true - file_glob: true \ No newline at end of file + file_glob: true