Skip to content

Commit

Permalink
Removed ZIP file
Browse files Browse the repository at this point in the history
  • Loading branch information
briis committed Jan 11, 2025
1 parent 19ebc7d commit b87754a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,3 @@ jobs:
run: |
yq -i -o json '.version="${{ github.event.release.tag_name }}"' \
"${{ github.workspace }}/custom_components/meteobridge/manifest.json"
- name: "ZIP the integration directory"
shell: "bash"
run: |
cd "${{ github.workspace }}/custom_components/meteobridge"
zip meteobridge.zip -r ./
- name: "Upload the ZIP file to the release"
uses: softprops/[email protected]
with:
files: ${{ github.workspace }}/custom_components/meteobridge/meteobridge.zip

0 comments on commit b87754a

Please sign in to comment.