Skip to content

Commit

Permalink
chore(.github/workflows): manually build application for first release
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollorion committed Aug 11, 2022
1 parent f9593f0 commit 6c59df1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,10 @@ jobs:
# Build xpi for firefox
rm manifest.json
mv manifest-firefox.json manifest.json
web-ext sign --api-key=${{secrets.WEB_EXT_API_KEY }} --api-secret=${{ secrets.WEB_EXT_API_SECRET }}
file=$(ls ./web-ext-artifacts/)
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/)
# mv ./web-ext-artifacts/$file ../firefox-extension.xpi


- uses: "marvinpinto/action-automatic-releases@latest"
Expand Down

0 comments on commit 6c59df1

Please sign in to comment.