Skip to content

Commit

Permalink
chore: Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocjohn committed Dec 9, 2024
1 parent 58646cf commit 1a9ddc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- name: Zip component
run: |
mkdir -p dist
zip -r dist/lunar_phase.zip custom_components/lunar_phase
cd custom_components/lunar_phase
zip -r ../../dist/lunar_phase.zip .
- name: Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 1a9ddc0

Please sign in to comment.