Skip to content

Commit 395c27e

Browse files
authored
Update publish.yaml
1 parent 1097c3b commit 395c27e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
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
@@ -73,4 +73,4 @@ jobs:
7373
file: ./manifest.json
7474
tag: "manifest"
7575
overwrite: true
76-
file_glob: true
76+
file_glob: true

0 commit comments

Comments
 (0)