We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f1dec6 commit 0a5428bCopy full SHA for 0a5428b
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
bun run build
41
mkdir ${{ env.PLUGIN_NAME }}
42
cp main.js manifest.json styles.css ${{ env.PLUGIN_NAME }}
43
- zip -r ${{ env.PLUGIN_NAME }}.zip ${{ env.PLUGIN_NAME }}-${{ github.ref_name }}
+ zip -r ${{ env.PLUGIN_NAME }}-${{ github.ref_name }}.zip ${{ env.PLUGIN_NAME }}
44
ls
45
46
- name: Release
0 commit comments