Fix HACS release zip layout

This commit is contained in:
2026-04-22 20:51:40 -05:00
parent 32c4dcb712
commit 4faa1a1f34
3 changed files with 23 additions and 7 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ jobs:
- name: Create relaytv.zip for HACS
run: |
cd custom_components
zip -r ../relaytv.zip relaytv
cd custom_components/relaytv
zip -r ../../relaytv.zip . -x "__pycache__/*" "*/__pycache__/*" "*.pyc"
- name: Create GitHub Release
uses: softprops/action-gh-release@v2