Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
eudes committed Sep 22, 2024
1 parent 1f39522 commit 992abea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/zip-to-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:

- name: Create zip
run: |
zip -r ../[email protected] icons/ extension.js metadata.json stylesheet.css LICENSE
cd ..
zip -r [email protected] icons/ extension.js metadata.json stylesheet.css LICENSE
- name: Upload package
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 992abea

Please sign in to comment.