Skip to content

Commit

Permalink
Update package-extension.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
auroris committed Dec 4, 2023
1 parent 6f0452d commit 28e6ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Package Extension
run: |
cd src
zip -Z deflate ../ImageConverter-${{ env.VERSION }}.zip manifest.json background.js content-script.js _locales/ icons/icon-48.png icons/icon-96.png
zip -r -Z deflate ../ImageConverter-${{ env.VERSION }}.zip manifest.json background.js content-script.js _locales/ icons/icon-48.png icons/icon-96.png
- name: Create and Upload Release
uses: marvinpinto/action-automatic-releases@latest
Expand Down

0 comments on commit 28e6ea8

Please sign in to comment.