From 4ea9371c00511c2344321479f8814f239d4faa02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=AE=E5=87=89?= <927625802@qq.com> Date: Wed, 12 Jan 2022 01:04:50 +0800 Subject: [PATCH] :green_heart: fix release actions --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 0a005fd5..abbf58b1 100644 --- a/build.sh +++ b/build.sh @@ -91,9 +91,9 @@ elif [ "$1" = "cdn" ]; then elif [ "$1" = "docker" ]; then BUILD_DOCKER elif [ "$1" = "build" ]; then - BUILD + BUILD build elif [ "$1" = "release" ]; then - BUILD + BUILD release RELEASE else echo -e "${RED_COLOR} 错误的命令${RES}"