Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
For real this time
  • Loading branch information
illuzn authored Dec 26, 2023
1 parent 700b0d7 commit 0f8b07a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
- 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/rheem_eziset"
zip rheem_eziset.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/rheem_eziset/rheem_eziset.zip

0 comments on commit 0f8b07a

Please sign in to comment.