From 861e0fafa3551ae6b37ccf5159c65c5d46f3bc8b Mon Sep 17 00:00:00 2001 From: Daniel Kollmannsberger Date: Tue, 13 Feb 2024 00:04:32 +0000 Subject: [PATCH] fix hacs to be downloadable --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 070b903..501cf54 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: shell: "bash" run: | cd "${{ github.workspace }}/custom_components/hacs_vikunja_integration" - zip integration_blueprint.zip -r ./ + zip hacs_vikunja_integration.zip -r ./ - name: "Upload the ZIP file to the release" uses: softprops/action-gh-release@v0.1.15