We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1097c3b commit 395c27eCopy full SHA for 395c27e
.github/workflows/publish.yaml
@@ -63,7 +63,7 @@ jobs:
63
uses: svenstaro/upload-release-action@v2
64
with:
65
repo_token: ${{ secrets.GITHUB_TOKEN }}
66
- file: ./${{ env.REPO_NAME }}_${{ env.VERSION }}.zip
+ file: ./${{ env.REPO_NAME }}-${{ env.VERSION }}.zip
67
tag: v${{ env.VERSION }}
68
file_glob: true
69
- name: Publish manifest
@@ -73,4 +73,4 @@ jobs:
73
file: ./manifest.json
74
tag: "manifest"
75
overwrite: true
76
- file_glob: true
+ file_glob: true
0 commit comments