1
0
mirror of https://github.com/rancher/os.git synced 2025-07-16 08:05:51 +00:00

Add rancheros-vmware.vmdk to github release page

This commit is contained in:
niusmallnan 2019-03-06 07:54:01 +08:00
parent 33ea2b1022
commit 18b2fe50af
2 changed files with 3 additions and 1 deletions

View File

@ -26,6 +26,7 @@ rancheros-proxmoxve.iso
rancheros-proxmoxve-autoformat.iso
rancheros-vmware.iso
rancheros-vmware-autoformat.iso
rancheros-vmware.vmdk
"
rm -rf dist/checksums && mkdir -p dist/checksums

View File

@ -71,4 +71,5 @@ for file in $(ls dist/artifacts/); do
esac
done
echo "github-release upload --user rancher --repo os --tag ${VERSION} --file dist/artifacts/rancheros.iso --name rancheros-vmware.iso" > dist/publish.sh
echo "github-release upload --user rancher --repo os --tag ${VERSION} --file dist/artifacts/rancheros.iso --name rancheros-vmware.iso" >> dist/publish.sh
echo "github-release upload --user rancher --repo os --tag ${VERSION} --file dist/artifacts/rancheros.vmdk --name rancheros-vmware.vmdk" >> dist/publish.sh