mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-28 07:26:28 +00:00
Fix path to VHDX artifact in OS build job (#3105)
This commit is contained in:
parent
aadb5a74b6
commit
4b2d34368d
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -364,7 +364,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: haos_${{ matrix.board.id }}-${{ needs.prepare.outputs.version_full }}.vhdx.zip
|
name: haos_${{ matrix.board.id }}-${{ needs.prepare.outputs.version_full }}.vhdx.zip
|
||||||
path: |
|
path: |
|
||||||
output/images/haos_${{ matrix.board.id }}-${{ needs.prepare.outputs.version_full }}.vhdx..zip
|
output/images/haos_${{ matrix.board.id }}-${{ needs.prepare.outputs.version_full }}.vhdx.zip
|
||||||
|
|
||||||
test:
|
test:
|
||||||
name: Test OS image
|
name: Test OS image
|
||||||
|
Loading…
x
Reference in New Issue
Block a user