Skip to content

Commit

Permalink
Merge pull request #1096 from dermotduffy/fix-zipper
Browse files Browse the repository at this point in the history
Fix release zipper
  • Loading branch information
dermotduffy authored Apr 15, 2023
2 parents 00a67c8 + 4e7eed3 commit 260a73c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:
- name: Zip the files
uses: montudor/action-zip@v1
with:
args: cd dist/ && zip frigate-hass-card.zip *.js
args: zip frigate-hass-card.zip dist/*.js

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

with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: dist/*.js dist/*.zip
file: dist/*.js frigate-hass-card.zip
file_glob: true
tag: ${{ github.ref }}
overwrite: true
Expand Down

0 comments on commit 260a73c

Please sign in to comment.