Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit a8b885e

Browse files
authored
Merge pull request #128 from oischinger/release_pipeline_fix
Fix Release pipeline
2 parents 2ab4f5f + 0b0d1db commit a8b885e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# Pack the HACS dir as a zip and upload to the release
1717
- name: ZIP vicare Dir
1818
run: |
19-
cd /home/runner/work/vicare/vicare/custom_components/vicare
19+
cd /home/runner/work/vicare/custom_components/vicare
2020
zip vicare.zip -r ./
2121
2222
- name: Upload zip to release

0 commit comments

Comments
 (0)