Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludy87 committed Jan 17, 2025
1 parent 55941fe commit 4c98150
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 @@ -69,9 +69,9 @@ jobs:
- name: ZIP Component Dir
if: steps.checkTag.outputs.exists == 'false'
run: |
mkdir ./binaries
cd ${{ github.workspace }}/custom_components/xplora_watch
zip -r xplora_watch.zip ./
mkdir ./binaries
mv ${{ github.workspace }}/custom_components/xplora_watch/xplora_watch.zip ./binaries/xplora_watch.zip
- name: Upload build artifacts
Expand Down

0 comments on commit 4c98150

Please sign in to comment.