We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17663d1 commit fec98a1Copy full SHA for fec98a1
.github/workflows/release-please.yml
@@ -39,5 +39,5 @@ jobs:
39
shell: bash
40
run: |
41
npm run build && npm run zip
42
- mv ./dist.zip ./dist-${{ needs.release-please.outputs.tag_name }}.zip
43
- gh release upload ${{ needs.release-please.outputs.tag_name }} ./dist-${{ needs.release-please.outputs.tag_name }}.zip
+ mv ./dist.zip ./${{ needs.release-please.outputs.tag_name }}.zip
+ gh release upload ${{ needs.release-please.outputs.tag_name }} ./${{ needs.release-please.outputs.tag_name }}.zip
0 commit comments