Skip to content

Commit

Permalink
fix: release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
broglep committed Dec 3, 2024
1 parent 9ff9624 commit 938ac6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
- name: "ZIP the integration directory"
shell: "bash"
run: |
cd "${{ github.workspace }}/custom_components/homeassistant-meshtastic"
cd "${{ github.workspace }}/custom_components/meshtastic"
zip homeassistant-meshtastic.zip -r ./
- name: "Upload the ZIP file to the release"
uses: "softprops/action-gh-release@v2.1.0"
with:
files: ${{ github.workspace }}/custom_components/homeassistant-meshtastic/homeassistant-meshtastic.zip
files: ${{ github.workspace }}/custom_components/meshtastic/homeassistant-meshtastic.zip

0 comments on commit 938ac6b

Please sign in to comment.