Skip to content

Commit 61dce5e

Browse files
committed
fix ci
1 parent dae9d6d commit 61dce5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
uses: svenstaro/upload-release-action@v2
6464
with:
6565
repo_token: ${{ secrets.GITHUB_TOKEN }}
66-
file: ./${{ env.REPO_NAME }}-${{ env.VERSION }}.zip
66+
file: ./${{ env.REPO_NAME }}_${{ env.VERSION }}.zip
6767
tag: v${{ env.VERSION }}
6868
file_glob: true
6969
- name: Publish manifest

0 commit comments

Comments
 (0)