generated from alexdelprete/ha-template-custom-integration
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cd71e1a
commit 8cda467
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |