Skip to content

Commit

Permalink
Merge pull request #1097 from dermotduffy/zip-2
Browse files Browse the repository at this point in the history
Second attempt to fix zipper
  • Loading branch information
dermotduffy authored Apr 15, 2023
2 parents 260a73c + dca513e commit 14134a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Zip the files
uses: montudor/action-zip@v1
with:
args: zip frigate-hass-card.zip dist/*.js
args: zip -i \*.js -r frigate-hass-card.zip dist

- name: Upload files to release
uses: svenstaro/[email protected]
Expand Down

0 comments on commit 14134a6

Please sign in to comment.