We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16d303 commit 6526859Copy full SHA for 6526859
.github/workflows/release.yaml
@@ -29,7 +29,7 @@ jobs:
29
- run: mv plugin de.hosting-rt.homeassistant-plugin.sdPlugin
30
31
- name: Zip Folder
32
- 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"
33
34
- name: Upload binaries to release
35
uses: svenstaro/upload-release-action@v2
0 commit comments