💚 fix release actions
This commit is contained in:
parent
326c74cdc6
commit
4ea9371c00
4
build.sh
4
build.sh
@ -91,9 +91,9 @@ elif [ "$1" = "cdn" ]; then
|
|||||||
elif [ "$1" = "docker" ]; then
|
elif [ "$1" = "docker" ]; then
|
||||||
BUILD_DOCKER
|
BUILD_DOCKER
|
||||||
elif [ "$1" = "build" ]; then
|
elif [ "$1" = "build" ]; then
|
||||||
BUILD
|
BUILD build
|
||||||
elif [ "$1" = "release" ]; then
|
elif [ "$1" = "release" ]; then
|
||||||
BUILD
|
BUILD release
|
||||||
RELEASE
|
RELEASE
|
||||||
else
|
else
|
||||||
echo -e "${RED_COLOR} 错误的命令${RES}"
|
echo -e "${RED_COLOR} 错误的命令${RES}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user