From 04fe0a3b4df9e013ea5991f0901204573dab5f90 Mon Sep 17 00:00:00 2001 From: DanielV Date: Fri, 10 Jan 2025 14:13:35 +0000 Subject: [PATCH] Upload zip --- .github/workflows/release.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5634b49..5cbf590 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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/action-gh-release@v2.0.8 - # with: - # files: ${{ github.workspace }}/custom_components/nordpool_planner/nordpool_planner.zip \ No newline at end of file + - name: "Upload the ZIP file to the release" + uses: softprops/action-gh-release@v2.0.8 + with: + files: ${{ github.workspace }}/custom_components/nordpool_planner/nordpool_planner.zip \ No newline at end of file