Skip to content

Commit

Permalink
Set zip file path to reponame-tag.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuuuube committed Nov 13, 2024
1 parent f5158c6 commit dd5f788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-firefox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
continue-on-error: true
with:
zipFilePath: yomitan-firefox.zip
sourcesZipFilePath: ${{ github.ref_name }}.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 dd5f788

Please sign in to comment.