Skip to content

Commit

Permalink
Upload zip
Browse files Browse the repository at this point in the history
  • Loading branch information
dala318 committed Jan 10, 2025
1 parent 7e250f3 commit 04fe0a3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
yq -i -o json '.version="${{ github.event.release.tag_name }}"' \
"${{ github.workspace }}/custom_components/nordpool_planner/manifest.json"
# - name: "ZIP the integration directory"
# shell: "bash"
# run: |
# cd "${{ github.workspace }}/custom_components/nordpool_planner"
# zip nordpool_planner.zip -r ./
- name: "ZIP the integration directory"
shell: "bash"
run: |
cd "${{ github.workspace }}/custom_components/nordpool_planner"
zip nordpool_planner.zip -r ./
# - name: "Upload the ZIP file to the release"
# uses: softprops/[email protected]
# with:
# files: ${{ github.workspace }}/custom_components/nordpool_planner/nordpool_planner.zip
- name: "Upload the ZIP file to the release"
uses: softprops/[email protected]
with:
files: ${{ github.workspace }}/custom_components/nordpool_planner/nordpool_planner.zip

0 comments on commit 04fe0a3

Please sign in to comment.