diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d111542..0a70a86 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,7 +29,7 @@ jobs: uses: svenstaro/upload-release-action@v1-release with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: ${{ github.workspace }}/custom_components/ha-gasbuddy/ha-gasbuddy.zip + file: ${{ github.workspace }}/custom_components/gasbuddy/ha-gasbuddy.zip asset_name: ha-gasbuddy.zip tag: ${{ github.ref }} overwrite: true