Skip to content

Commit

Permalink
💚 fix release actions
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Jan 11, 2022
1 parent 326c74c commit 4ea9371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 4ea9371

Please sign in to comment.