Skip to content

Commit

Permalink
include the debug build in the release assets
Browse files Browse the repository at this point in the history
  • Loading branch information
muness committed Nov 4, 2023
1 parent 17a2f67 commit 63b560f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
gh release create "$tag" \
--title="$tag" \
--draft \
dist/main.js dist/manifest.json ${{ env.PLUGIN_NAME }}.zip
dist/main.js dist/manifest.json dist/main-debug.js ${{ env.PLUGIN_NAME }}.zip

0 comments on commit 63b560f

Please sign in to comment.