Skip to content

Commit

Permalink
Add back zip creation in release step
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Dec 31, 2024
1 parent 48a7d27 commit 18ed3e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
exit 1
fi
- name: Create zip file for the integration
run: |
cd "${{ github.workspace }}/custom_components/healthchecksio"
zip healthchecksio.zip -r ./
- name: Upload the zipfile as a release asset
uses: softprops/[email protected]
with:
Expand Down

0 comments on commit 18ed3e5

Please sign in to comment.