Skip to content

Commit 49b8bcf

Browse files
authored
Merge pull request #31 from StephanU/bugfix/20240727_github_script
Fixed path in github release script.
2 parents 059acfb + 913ecbf commit 49b8bcf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
shell: "bash"
2222
run: |
2323
yq -i -o json '.version="${{ github.event.release.tag_name }}"' \
24-
"${{ github.workspace }}/custom_components/talent_monitor/manifest.json"
24+
"${{ github.workspace }}/custom_components/tsun/manifest.json"
2525
2626
- name: "ZIP the integration directory"
2727
shell: "bash"
2828
run: |
29-
cd "${{ github.workspace }}/custom_components/talent_monitor"
29+
cd "${{ github.workspace }}/custom_components/tsun"
3030
zip talent_monitor_integration.zip -r ./
3131
3232
- name: "Upload the ZIP file to the release"
3333
uses: softprops/[email protected]
3434
with:
35-
files: ${{ github.workspace }}/custom_components/talent_monitor/talent_monitor_integration.zip
35+
files: ${{ github.workspace }}/custom_components/tsun/talent_monitor_integration.zip

0 commit comments

Comments
 (0)