Skip to content

Commit

Permalink
Upload signed XPI files as quick_abstract-version and latest
Browse files Browse the repository at this point in the history
  • Loading branch information
imigueldiaz committed Mar 28, 2024
1 parent a4c0b80 commit 1e3be41
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/firefox-addon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,21 @@ jobs:
prerelease: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload signed XPI as quick_abstract-version
uses: softprops/action-gh-release@v1
with:
files: ${{ steps.find-xpi.outputs.xpi_name }}
name: quick_abstract-${{ steps.extract-version.outputs.version }}
tag_name: ${{ steps.extract-version.outputs.version }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload signed XPI as quick_abstract-latest
uses: softprops/action-gh-release@v1
with:
files: ${{ steps.find-xpi.outputs.xpi_name }}
name: quick_abstract-latest.xpi
tag_name: ${{ steps.extract-version.outputs.version }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1e3be41

Please sign in to comment.