Skip to content

Commit

Permalink
Meta: Include source in Firefox Addons uploads (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante authored Jul 15, 2024
1 parent 2276560 commit 780f5df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,10 @@ jobs:
environment: Firefox
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
- run: npx web-ext@8 sign --channel listed
- run: git archive --output source.zip HEAD ":!test" ":!.github" && unzip -l source.zip
- run: npx web-ext@8 sign --channel listed --upload-source-code ../source.zip
working-directory: artifact
env:
WEB_EXT_API_KEY: ${{ secrets.WEB_EXT_API_KEY }}
Expand Down

0 comments on commit 780f5df

Please sign in to comment.