diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1267ccc..709a97a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,15 +23,15 @@ jobs: shell: "bash" run: | yq -i -o json '.version="${{ github.event.release.tag_name }}"' \ - "${{ github.workspace }}/custom_components/abb_powerone_pvi_sunspec/manifest.json" + "${{ github.workspace }}/custom_components/4noks_elios4you/manifest.json" - name: "ZIP the integration directory" shell: "bash" run: | - cd "${{ github.workspace }}/custom_components/abb_powerone_pvi_sunspec" - zip abb_powerone_pvi_sunspec.zip -r ./ + cd "${{ github.workspace }}/custom_components/4noks_elios4you" + zip 4noks_elios4you.zip -r ./ - name: "Upload the ZIP file to the release" uses: softprops/action-gh-release@v0.1.15 with: - files: ${{ github.workspace }}/custom_components/abb_powerone_pvi_sunspec/abb_powerone_pvi_sunspec.zip + files: ${{ github.workspace }}/custom_components/4noks_elios4you/4noks_elios4you.zip