Skip to content

Commit 50d0c18

Browse files
fix: fix zip file
1 parent 3353ed1 commit 50d0c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Run build task
2424
run: pnpm build
2525
- name: zip bundle file
26-
run: zip -rj ctx.zip .output/chrome-mv3/
26+
run: cd .output/chrome-mv3 && zip -r ctx.zip . && mv ctx.zip ../../
2727
- name: Upload package
2828
uses: actions/upload-artifact@v2
2929
with:

0 commit comments

Comments
 (0)