Skip to content

Commit 0a5428b

Browse files
committed
fix release action 2
1 parent 4f1dec6 commit 0a5428b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
bun run build
4141
mkdir ${{ env.PLUGIN_NAME }}
4242
cp main.js manifest.json styles.css ${{ env.PLUGIN_NAME }}
43-
zip -r ${{ env.PLUGIN_NAME }}.zip ${{ env.PLUGIN_NAME }}-${{ github.ref_name }}
43+
zip -r ${{ env.PLUGIN_NAME }}-${{ github.ref_name }}.zip ${{ env.PLUGIN_NAME }}
4444
ls
4545
4646
- name: Release

0 commit comments

Comments
 (0)