File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 2525 cache : " pnpm"
2626 - name : Build the extension
2727 run : |
28- pnpm build --target=chrome-mv3
29- pnpm build --target=firefox-mv2
28+ pnpm build --target=chrome-mv3 --zip
29+ pnpm build --target=firefox-mv2 --zip
3030 - name : Browser Platform Publish
3131 uses : PlasmoHQ/bpp@v3
3232 with :
Original file line number Diff line number Diff line change 4040 cache : " pnpm"
4141 - name : Build the extension
4242 run : |
43- pnpm build --target=chrome-mv3
44- pnpm build --target=firefox-mv2
45- mkdir -p build/zip
46- mv build/*.zip build/zip
43+ pnpm build --target=chrome-mv3 --zip
44+ pnpm build --target=firefox-mv2 --zip
4745 -
uses :
monkeyWie/[email protected] 4846 id : get-release
4947 with :
5250 uses : shogo82148/actions-upload-release-asset@v1
5351 with :
5452 upload_url : ${{ steps.get-release.outputs.upload_url }}
55- asset_path : build/zip/*
53+ asset_path : build/*.zip
5654 overwrite : true
You can’t perform that action at this time.
0 commit comments