Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick762 committed Jun 18, 2023
1 parent e16d303 commit 6526859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- run: mv plugin de.hosting-rt.homeassistant-plugin.sdPlugin

- name: Zip Folder
run: zip -r plugin.zip . -x "dist/*" "src/*" "*.json" "node_modules/*" ".gitignore"
run: zip -r plugin.zip . -x "dist/*" "src/*" "package*.json" "tsconfig.json" "node_modules/*" ".gitignore"

- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 6526859

Please sign in to comment.