Skip to content

Commit

Permalink
fix: corrected zip file creation
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 82b59fc commit 16ca623
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-on-firefox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
pwd
npm install
npm run build:firefox
zip extension.zip ./dist/ -r
cd dist
zip extension.zip * -r
- name: "Upload to firefox"
uses: cardinalby/webext-buildtools-firefox-addons-action@v1
Expand Down

0 comments on commit 16ca623

Please sign in to comment.