Skip to content

Commit

Permalink
chore: update logic
Browse files Browse the repository at this point in the history
  • Loading branch information
zouhangwithsweet committed Feb 25, 2024
1 parent e3139a8 commit b1316fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Run build task
run: pnpm build
- name: zip bundle file
run: zip -r ctx.zip .output/chrome-mv3/
run: zip -rj ctx.zip .output/chrome-mv3/
- name: Upload package
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit b1316fd

Please sign in to comment.