From dca513e654d4d9e5673724578e691d0e22ff9fbd Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Sat, 15 Apr 2023 16:39:30 -0700 Subject: [PATCH] Second attempt to fix zipper. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 76a2d0cc..4a05b2fb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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/upload-release-action@2.5.0