From 84c2053b5766971839c8c21adfd565a0310414a4 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 10 Feb 2022 10:21:34 +0100 Subject: [PATCH] Add suffix hash on CAS CI (#3438) --- .github/workflows/builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index cc43f2230..3a815cd0b 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -173,7 +173,7 @@ jobs: if: needs.init.outputs.publish == 'true' uses: home-assistant/actions/helpers/codenotary@master with: - source: ${{ steps.dirhash.outputs.dirhash }} + source: hash://${{ steps.dirhash.outputs.dirhash }} asset: supervisor-${{ needs.init.outputs.version }} token: ${{ secrets.CAS_TOKEN }}