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

Commit

Permalink
Merge pull request #130 from oischinger/release_pipeline_fix3
Browse files Browse the repository at this point in the history
Fix release pipeline #2
  • Loading branch information
oischinger authored Mar 31, 2023
2 parents b6a3312 + 398cb23 commit ec1f3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: /home/runner/work/vicare/vicare/custom_components/vicare/vicare.zip
file: /home/runner/work/ha_vicare/ha_vicare/custom_components/vicare/vicare.zip
asset_name: vicare.zip
tag: ${{ github.ref }}
overwrite: true
Expand Down

0 comments on commit ec1f3d2

Please sign in to comment.