💚 fix release actions

This commit is contained in:
微凉 2022-01-12 01:04:50 +08:00
parent 326c74cdc6
commit 4ea9371c00

View File

@ -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}"