Skip to content

Commit

Permalink
Upload release asset to firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
ttoino committed Oct 3, 2023
1 parent c3c228d commit 62febca
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,15 @@ jobs:
with:
path: web-ext-artifacts
name: firefox-signed
- name: Upload release asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: web-ext-artifacts/*.xpi
asset_name: firefox.xpi
asset_content_type: application/x-xpinstall

# opera:
# name: Deploy to Opera
Expand Down

0 comments on commit 62febca

Please sign in to comment.