mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-21 08:06:30 +00:00
Fix asset name (#3437)
This commit is contained in:
parent
3478005e70
commit
920f9846ac
3
.github/workflows/builder.yml
vendored
3
.github/workflows/builder.yml
vendored
@ -173,7 +173,8 @@ jobs:
|
|||||||
if: needs.init.outputs.publish == 'true'
|
if: needs.init.outputs.publish == 'true'
|
||||||
uses: home-assistant/actions/helpers/codenotary@master
|
uses: home-assistant/actions/helpers/codenotary@master
|
||||||
with:
|
with:
|
||||||
source: hash://${{ steps.dirhash.outputs.dirhash }}
|
source: ${{ steps.dirhash.outputs.dirhash }}
|
||||||
|
asset: supervisor-${{ needs.init.outputs.version }}
|
||||||
token: ${{ secrets.CAS_TOKEN }}
|
token: ${{ secrets.CAS_TOKEN }}
|
||||||
|
|
||||||
version:
|
version:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user