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

Commit ec1f3d2

Browse files
authored
Merge pull request #130 from oischinger/release_pipeline_fix3
Fix release pipeline #2
2 parents b6a3312 + 398cb23 commit ec1f3d2

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
@@ -24,7 +24,7 @@ jobs:
2424

2525
with:
2626
repo_token: ${{ secrets.GITHUB_TOKEN }}
27-
file: /home/runner/work/vicare/vicare/custom_components/vicare/vicare.zip
27+
file: /home/runner/work/ha_vicare/ha_vicare/custom_components/vicare/vicare.zip
2828
asset_name: vicare.zip
2929
tag: ${{ github.ref }}
3030
overwrite: true

0 commit comments

Comments
 (0)