Update CI

This commit is contained in:
longpanda
2021-01-29 17:54:04 +08:00
parent ee81f89911
commit 519fac719e
8 changed files with 69 additions and 22 deletions

View File

@@ -67,6 +67,6 @@ if [ "$1" = "CI" ]; then
sed "s/VENTOY_VERSION=.*/VENTOY_VERSION=\"$Ver\"/" -i ./grub/grub.cfg
fi
sh ventoy_pack.sh || exit 1
sh ventoy_pack.sh $1 || exit 1
echo -e '\n============== SUCCESS ==================\n'