Skip to content

Commit 24cec0b

Browse files
committed
Update web-ext to v8
1 parent f4a1b2a commit 24cec0b

File tree

3 files changed

+533
-1133
lines changed

3 files changed

+533
-1133
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ jobs:
2828
run: pnpm build
2929

3030
- name: Pack ZIP
31-
run: |
32-
pnpm pack:zip
33-
mv extension.zip "SzuruChrome-v${{ steps.version.outputs.AssemblySemFileVer }}.zip"
31+
run: pnpm pack:zip
3432

3533
- uses: actions/upload-artifact@v4
3634
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"vitest": "^1.1.0",
7676
"vue": "^3.4.0",
7777
"vue-eslint-parser": "^9.3.2",
78-
"web-ext": "^7.9.0",
78+
"web-ext": "^8.4.0",
7979
"webextension-polyfill": "^0.10.0"
8080
}
8181
}

0 commit comments

Comments
 (0)