Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsfaber authored Mar 29, 2021
1 parent e48d0d6 commit f2e4a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
sed -i 's/v0.0.0/${{ steps.version.outputs.version }}/' custom_components/alarmo/manifest.json
cd custom_components/alarmo/
zip ../../alarmo.zip ./* frontend/dist/* -x '.*'
zip ../../alarmo.zip ./* frontend/dist/* card/dist/* -x '.*'
- uses: gacts/upload-to-release@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f2e4a1f

Please sign in to comment.