chore: use PlasmoHQ/bpp as one step

This commit is contained in:
DIYgod 2023-12-26 17:42:38 +08:00
parent 9350cff259
commit bf6bb7f7f6
No known key found for this signature in database
1 changed files with 7 additions and 9 deletions

View File

@ -25,15 +25,13 @@ jobs:
cache: "pnpm"
- name: Package the extension for Chrome
run: pnpm build --zip
- name: Chrome Platform Publish
- name: Package the extension for Firefox
run: pnpm build:firefox --zip
- name: Browser Platform Publish
uses: PlasmoHQ/bpp@v3
with:
keys: ${{ secrets.SUBMIT_KEYS }}
artifact: build/chrome-mv3-prod.zip
- name: Package the extension for Firefox
run: pnpm build:firefox --zip
- name: Firefox Platform Publish
uses: PlasmoHQ/bpp@v3
with:
keys: ${{ secrets.SUBMIT_KEYS_FIREFOX }}
artifact: build/firefox-mv3-prod.zip
chrome-file: build/chrome-mv3-prod.zip
edge-file: build/chrome-mv3-prod.zip
firefox-file: build/firefox-mv3-prod.zip
notes: "RSSHub Radar is an open source project, you can find the source code at https://github.com/DIYgod/RSSHub-Radar"