File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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"
33333434 with :
35- files : ${{ github.workspace }}/custom_components/talent_monitor /talent_monitor_integration.zip
35+ files : ${{ github.workspace }}/custom_components/tsun /talent_monitor_integration.zip
You can’t perform that action at this time.
0 commit comments