Skip to content

Commit

Permalink
Fix releasing signed releases
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmervdl committed Jul 14, 2022
1 parent 17cc659 commit 2427d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
WEB_EXT_API_SECRET: ${{ secrets.WEB_EXT_API_SECRET }}
run: |
npm run sign
mv web-ext-artifacts/experimental_bergamot_translations-*.xpi web-ext-artifacts/bergamot_translations-signed.xpi
mv web-ext-artifacts/*-*.*.*.xpi web-ext-artifacts/bergamot_translations-signed.xpi
- name: Create release
id: create_release
if: startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit 2427d9c

Please sign in to comment.