Skip to content

Commit

Permalink
Build extension before zipping
Browse files Browse the repository at this point in the history
  • Loading branch information
TyHil committed Mar 6, 2024
1 parent 542dd8a commit 7c89cb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
with:
node-version: 16.x
cache: 'pnpm'
- name: Build and zip extension artifact
- name: Build extension
run: pnpm build
- name: Zip extension artifact
run: pnpm package
- name: Browser Platform Publish
uses: PlasmoHQ/bpp@v3
Expand Down

0 comments on commit 7c89cb9

Please sign in to comment.