Skip to content

Commit

Permalink
corrected the path to zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhargav-Dave authored and dennyabrain committed Dec 2, 2022
1 parent 16ca623 commit 3b4e687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-on-firefox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: "Upload to firefox"
uses: cardinalby/webext-buildtools-firefox-addons-action@v1
with:
zipFilePath: './browser-extension/plugin/extension.zip'
zipFilePath: './browser-extension/plugin/dist/extension.zip'
extensionId: '6a87480c-944d-43de-aa34-95ee4052f9c5'
jwtIssuer: ${{ secrets.FIREFOX_JWT_ISSUER }}
jwtSecret: ${{ secrets.FIREFOX_JWT_SECRET }}

0 comments on commit 3b4e687

Please sign in to comment.