Skip to content

Commit

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

* Set zip file path to reponame-tag.zip
  • Loading branch information
Kuuuube authored Nov 14, 2024
1 parent 77edfc7 commit 746bed5
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: yomitan-firefox.zip
sourcesZipFilePath: yomitan-${{ 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 746bed5

Please sign in to comment.