Skip to content

Commit fec98a1

Browse files
committed
ci: update naming of release zip
1 parent 17663d1 commit fec98a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-please.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ jobs:
3939
shell: bash
4040
run: |
4141
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
42+
mv ./dist.zip ./${{ needs.release-please.outputs.tag_name }}.zip
43+
gh release upload ${{ needs.release-please.outputs.tag_name }} ./${{ needs.release-please.outputs.tag_name }}.zip

0 commit comments

Comments
 (0)