mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-12-24 12:28:43 +00:00
We publish now the vmdk and not OVA/OVF (#46)
* Update upload-rel.sh * Create ova.md
This commit is contained in:
committed by
Pascal Vizeli
parent
93ea56d0ea
commit
a310232e2c
@@ -30,7 +30,7 @@ fi
|
||||
# Upload asset
|
||||
echo "[Info] Start Uploading asset... "
|
||||
|
||||
for filename in release/*.{gz,raucb}; do
|
||||
for filename in release/*; do
|
||||
echo "[Info] Start upload ${filename}"
|
||||
|
||||
# Construct url
|
||||
|
||||
Reference in New Issue
Block a user