mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-19 15:16:33 +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'
|
||||
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user