fix build.sh error

This commit is contained in:
jiangcuo 2024-11-29 14:51:26 +08:00
parent 0c0cca1582
commit 150b270dc1

View File

@ -130,6 +130,6 @@ cd $SH_PATH
dockerbuild
if [ ! -n $SKIP_UPLOAD ];then
if [ ! -n "$SKIP_UPLOAD" ];then
upload_pkg || errlog "upload pkg failed"
fi