diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4105e20..5482302 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,6 +2,8 @@ name: Release on: release: + types: + - published permissions: contents: write @@ -34,7 +36,7 @@ jobs: uses: shogo82148/actions-upload-release-asset@v1 with: upload_url: ${{ github.event.release.upload_url }} - asset_path: /home/runner/work/ankermake/ankermake/custom_components/ankermake/ankermake.zip + asset_path: custom_components/ankermake/ankermake.zip asset_name: ankermake.zip asset_content_type: application/zip overwrite: true \ No newline at end of file