Skip to content

Commit f2e4a1f

Browse files
authored
Update build.yaml
1 parent e48d0d6 commit f2e4a1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
sed -i 's/v0.0.0/${{ steps.version.outputs.version }}/' custom_components/alarmo/manifest.json
2121
2222
cd custom_components/alarmo/
23-
zip ../../alarmo.zip ./* frontend/dist/* -x '.*'
23+
zip ../../alarmo.zip ./* frontend/dist/* card/dist/* -x '.*'
2424
- uses: gacts/upload-to-release@master
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)