Skip to content

Commit 6526859

Browse files
authored
Update release.yaml
1 parent e16d303 commit 6526859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- run: mv plugin de.hosting-rt.homeassistant-plugin.sdPlugin
3030

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

3434
- name: Upload binaries to release
3535
uses: svenstaro/upload-release-action@v2

0 commit comments

Comments
 (0)