Skip to content

Commit 2454214

Browse files
committed
ci: Fix submit workflow
1 parent 0012d93 commit 2454214

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/submit.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ jobs:
4545
NEW_VERSION=$(node -pe 'require("./package.json").version')
4646
echo "newVersion=$NEW_VERSION" >> "$GITHUB_OUTPUT"
4747
48-
- name: Build
48+
- name: Build and Zip
4949
run: |
50-
pnpm build
51-
pnpm build:firefox
50+
pnpm zip
51+
pnpm zip:firefox
5252
5353
- name: Upload Artifacts
5454
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)