Skip to content

Commit

Permalink
Merge pull request #49 from jmcruvellier/dev
Browse files Browse the repository at this point in the history
Release fix
  • Loading branch information
jmcruvellier authored Nov 11, 2023
2 parents a4e69c5 + f8f2687 commit 52f62f6
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 @@ -21,15 +21,15 @@ jobs:
shell: "bash"
run: |
yq -i -o json '.version="${{ github.event.release.tag_name }}"' \
"${{ github.workspace }}/custom_components/integration_blueprint/manifest.json"
"${{ github.workspace }}/custom_components/little_monkey/manifest.json"
- name: "ZIP the integration directory"
shell: "bash"
run: |
cd "${{ github.workspace }}/custom_components/integration_blueprint"
zip integration_blueprint.zip -r ./
cd "${{ github.workspace }}/custom_components/little_monkey"
zip little_monkey.zip -r ./
- name: "Upload the ZIP file to the release"
uses: softprops/[email protected]
with:
files: ${{ github.workspace }}/custom_components/integration_blueprint/integration_blueprint.zip
files: ${{ github.workspace }}/custom_components/little_monkey/little_monkey.zip

0 comments on commit 52f62f6

Please sign in to comment.