mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-26 22:46:32 +00:00
Upload ova (Open Virtualization Appliance) image as well
This commit is contained in:
parent
f649995a08
commit
9e78409db8
11
.github/workflows/release.yml
vendored
11
.github/workflows/release.yml
vendored
@ -92,6 +92,17 @@ jobs:
|
|||||||
asset_name: hassos_${{ matrix.board.output }}-${{ needs.validate_release.outputs.version }}.raucb
|
asset_name: hassos_${{ matrix.board.output }}-${{ needs.validate_release.outputs.version }}.raucb
|
||||||
asset_content_type: application/octet-stream
|
asset_content_type: application/octet-stream
|
||||||
|
|
||||||
|
- name: Upload ova image
|
||||||
|
if: ${{ matrix.board.name == 'ova' }}
|
||||||
|
uses: actions/upload-release-asset@v1
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
with:
|
||||||
|
upload_url: ${{ github.event.release.upload_url }}
|
||||||
|
asset_path: ${{ github.workspace }}/release/hassos_${{ matrix.board.output }}-${{ needs.validate_release.outputs.version }}.ova
|
||||||
|
asset_name: hassos_${{ matrix.board.output }}-${{ needs.validate_release.outputs.version }}.ova
|
||||||
|
asset_content_type: application/x-tar
|
||||||
|
|
||||||
- name: Upload qcow2 image
|
- name: Upload qcow2 image
|
||||||
if: ${{ matrix.board.name == 'ova' }}
|
if: ${{ matrix.board.name == 'ova' }}
|
||||||
uses: actions/upload-release-asset@v1
|
uses: actions/upload-release-asset@v1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user