Skip to content

Commit

Permalink
Add sourcesZipFilePath to publish firefox
Browse files Browse the repository at this point in the history
* Add sourcesZipFilePath to publish firefox

* Set zip file path to reponame-tag.zip

<rikaitan.link>NzQ2YmVkNTI5OWI0OWRjZDFkMDg4N2Y4ZDg1YWU3NzdiMzQxMDQyMQo=</rikaitan.link>
  • Loading branch information
jason-ojisan committed Nov 15, 2024
1 parent 6b54dc5 commit 095a805
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-firefox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- uses: robinraju/release-downloader@a96f54c1b5f5e09e47d9504526e96febd949d4c2 # [email protected]
with:
tag: ${{ github.ref_name }}
zipBall: true
fileName: "*"

- name: Deploy to Firefox Addons
Expand All @@ -19,6 +20,7 @@ jobs:
continue-on-error: true
with:
zipFilePath: rikaitan-firefox.zip
sourcesZipFilePath: rikaitan-${{ github.ref_name }}.zip
extensionId: ${{ secrets.FF_EXTENSION_ID }}
jwtIssuer: ${{ secrets.FF_JWT_ISSUER }}
jwtSecret: ${{ secrets.FF_JWT_SECRET }}
Expand Down

0 comments on commit 095a805

Please sign in to comment.