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 f4a1b2a commit 24cec0bCopy full SHA for 24cec0b
.github/workflows/build.yaml
@@ -28,9 +28,7 @@ jobs:
28
run: pnpm build
29
30
- name: Pack ZIP
31
- run: |
32
- pnpm pack:zip
33
- mv extension.zip "SzuruChrome-v${{ steps.version.outputs.AssemblySemFileVer }}.zip"
+ run: pnpm pack:zip
34
35
- uses: actions/upload-artifact@v4
36
with:
package.json
@@ -75,7 +75,7 @@
75
"vitest": "^1.1.0",
76
"vue": "^3.4.0",
77
"vue-eslint-parser": "^9.3.2",
78
- "web-ext": "^7.9.0",
+ "web-ext": "^8.4.0",
79
"webextension-polyfill": "^0.10.0"
80
}
81
0 commit comments