Skip to content

Commit

Permalink
[meta] add uploading the output zips to releases (#370)
Browse files Browse the repository at this point in the history
* [meta] add uploading the output zips to releases

* [fix] trailing whitespace
  • Loading branch information
rougetimelord authored Nov 1, 2024
1 parent 75de9cb commit f4097db
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ jobs:
license: "MPL-2.0"
auth-api-issuer: ${{ secrets.MOZILLA_ADDONS_JWT_ISSUER }}
auth-api-secret: ${{ secrets.MOZILLA_ADDONS_JWT_SECRET }}
- name: upload zip to release
uses: xresloader/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: ${{ steps.build.outputs.filename }}
release_id: ${{ github.event.release.id }}

Release-Chrome:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -80,3 +87,10 @@ jobs:
file-path: "${{ steps.build.outputs.filename }}"
extension-id: "jgpjphkbfjhlbajmmcoknjjppoamhpmm"
publish: true
- name: upload zip to release
uses: xresloader/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: ${{ steps.build.outputs.filename }}
release_id: ${{ github.event.release.id }}

0 comments on commit f4097db

Please sign in to comment.