We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3353ed1 commit 50d0c18Copy full SHA for 50d0c18
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Run build task
24
run: pnpm build
25
- name: zip bundle file
26
- run: zip -rj ctx.zip .output/chrome-mv3/
+ run: cd .output/chrome-mv3 && zip -r ctx.zip . && mv ctx.zip ../../
27
- name: Upload package
28
uses: actions/upload-artifact@v2
29
with:
0 commit comments