Skip to content

Commit

Permalink
Quick-fix for releaser
Browse files Browse the repository at this point in the history
Update incorrect path
  • Loading branch information
WebSpider authored Oct 16, 2024
1 parent 3994159 commit fbeb179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: "ZIP the integration directory"
shell: "bash"
run: |
cd "${{ github.workspace }}/custom_components/homeassistant-myskoda"
cd "${{ github.workspace }}/custom_components/myskoda"
zip homeassistant-myskoda.zip -r ./
- name: "Upload the ZIP file to the release"
Expand Down

0 comments on commit fbeb179

Please sign in to comment.