Skip to content

Commit

Permalink
Update release.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdelprete committed Feb 11, 2024
1 parent cd71e1a commit 8cda467
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:
shell: "bash"
run: |
yq -i -o json '.version="${{ github.event.release.tag_name }}"' \
"${{ github.workspace }}/custom_components/abb_powerone_pvi_sunspec/manifest.json"
"${{ github.workspace }}/custom_components/4noks_elios4you/manifest.json"
- name: "ZIP the integration directory"
shell: "bash"
run: |
cd "${{ github.workspace }}/custom_components/abb_powerone_pvi_sunspec"
zip abb_powerone_pvi_sunspec.zip -r ./
cd "${{ github.workspace }}/custom_components/4noks_elios4you"
zip 4noks_elios4you.zip -r ./
- name: "Upload the ZIP file to the release"
uses: softprops/[email protected]
with:
files: ${{ github.workspace }}/custom_components/abb_powerone_pvi_sunspec/abb_powerone_pvi_sunspec.zip
files: ${{ github.workspace }}/custom_components/4noks_elios4you/4noks_elios4you.zip

0 comments on commit 8cda467

Please sign in to comment.