File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 4848 - name : Build Zip
4949 if : startsWith(github.ref, 'refs/tags/')
5050 run : |
51- npm install --global web-ext
51+ npm install --global web-ext-submit
5252
5353 # Prepare Files
5454 cp LICENSE ./dist/
6969 # Build xpi for firefox
7070 rm manifest.json
7171 mv manifest-firefox.json manifest.json
72- web-ext sign --channel=listed --api-key=${{secrets.WEB_EXT_API_KEY }} --api-secret=${{ secrets.WEB_EXT_API_SECRET }}
73- zip -r -FS ../firefox-extension.xpi *
72+ web-ext-submit --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
75+
7476
7577 - uses : " marvinpinto/action-automatic-releases@latest"
7678 if : startsWith(github.ref, 'refs/tags/')
You can’t perform that action at this time.
0 commit comments