Skip to content

Commit

Permalink
💚 ci(all): fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
angelespejo committed Jul 30, 2024
1 parent 03ec524 commit f7b8314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
uses: trmcnvn/firefox-addon@v1
with:
uuid: ${{ steps.pkg.outputs.firefox_store_id }}
xpi: dist/comp/firefox-${{ steps.pkg.outputs.id }}-${{ steps.pkg.outputs.version }}.zip
xpi: dist/comp/firefox-${{ steps.pkg.outputs.name }}-${{ steps.pkg.outputs.version }}.zip
manifest: dist/firefox/manifest.json
api-key: ${{ secrets.FIREFOX_API_KEY }}
api-secret: ${{ secrets.FIREFOX_API_SECRET }}
Expand Down

0 comments on commit f7b8314

Please sign in to comment.