Skip to content

Commit

Permalink
chore: update CI/CD config
Browse files Browse the repository at this point in the history
  • Loading branch information
mukaschultze committed Nov 14, 2024
1 parent af0cb85 commit 9bc5fd2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:
shell: "bash"
run: |
yq -i -o json '.version="${{ env.VERSION }}"' \
"${{ github.workspace }}/custom_components/rinnai_heater/manifest.json"
"${{ github.workspace }}/custom_components/rinnai/manifest.json"
- name: "ZIP the integration directory"
shell: "bash"
run: |
cd "${{ github.workspace }}/custom_components/rinnai_heater"
zip rinnai_heater.zip -r ./
cd "${{ github.workspace }}/custom_components/rinnai"
zip rinnai.zip -r ./
- name: "Upload the ZIP file to the release"
uses: softprops/[email protected]
with:
files: ${{ github.workspace }}/custom_components/rinnai_heater/rinnai_heater.zip
files: ${{ github.workspace }}/custom_components/rinnai/rinnai.zip
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Rinnai Tankless Water Heater",
"filename": "rinnai_heater.zip",
"filename": "rinnai.zip",
"hide_default_branch": true,
"homeassistant": "2024.11.1",
"render_readme": true,
Expand Down

0 comments on commit 9bc5fd2

Please sign in to comment.