From 920f9846acd8147d336f9a3f805fd6c70f0f9732 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 10 Feb 2022 10:13:22 +0100 Subject: [PATCH] Fix asset name (#3437) --- .github/workflows/builder.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index c5cc37600..cc43f2230 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -173,7 +173,8 @@ jobs: if: needs.init.outputs.publish == 'true' uses: home-assistant/actions/helpers/codenotary@master with: - source: hash://${{ steps.dirhash.outputs.dirhash }} + source: ${{ steps.dirhash.outputs.dirhash }} + asset: supervisor-${{ needs.init.outputs.version }} token: ${{ secrets.CAS_TOKEN }} version: