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 f9593f0 commit 6c59df1Copy full SHA for 6c59df1
.github/workflows/main.yml
@@ -69,9 +69,10 @@ jobs:
69
# Build xpi for firefox
70
rm manifest.json
71
mv manifest-firefox.json manifest.json
72
- web-ext sign --api-key=${{secrets.WEB_EXT_API_KEY }} --api-secret=${{ secrets.WEB_EXT_API_SECRET }}
73
- file=$(ls ./web-ext-artifacts/)
74
- mv ./web-ext-artifacts/$file ../firefox-extension.xpi
+ zip -r -FS ../firefox-extension.xpi *
+# web-ext sign --api-key=${{secrets.WEB_EXT_API_KEY }} --api-secret=${{ secrets.WEB_EXT_API_SECRET }}
+# file=$(ls ./web-ext-artifacts/)
75
+# mv ./web-ext-artifacts/$file ../firefox-extension.xpi
76
77
78
- uses: "marvinpinto/action-automatic-releases@latest"
0 commit comments