Skip to content

Commit 1a9ddc0

Browse files
committed
chore: Update release workflow
1 parent 58646cf commit 1a9ddc0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
- name: Zip component
1717
run: |
1818
mkdir -p dist
19-
zip -r dist/lunar_phase.zip custom_components/lunar_phase
19+
cd custom_components/lunar_phase
20+
zip -r ../../dist/lunar_phase.zip .
2021
2122
- name: Release
2223
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)