From 67033b3a52426bc594a21305d38e8312cfa2b2d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sondre=20Gr=C3=B8n=C3=A5s?= <44143748+sondregronas@users.noreply.github.com> Date: Mon, 8 Jul 2024 22:10:05 +0200 Subject: [PATCH] One final final fix to release.yml --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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