From 3bf26d5dbaa30cbb3d7552ec8b4f893e2b09e14a Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 22 Sep 2023 20:02:07 +0800 Subject: [PATCH] 1 --- scripts/publish_pm2_golang/boundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish_pm2_golang/boundle.sh b/scripts/publish_pm2_golang/boundle.sh index 368c4f1..d39dd57 100644 --- a/scripts/publish_pm2_golang/boundle.sh +++ b/scripts/publish_pm2_golang/boundle.sh @@ -19,7 +19,7 @@ fi cd ${SOURCE_PATH} echo ${COMPILE_CMD}|sh -cp ../bin/${SRC_EXE_NAME} ../../../../bin/${PROJECT_NAME} +cp ../../bin/${SRC_EXE_NAME}/bin/${SRC_EXE_NAME} ../../../../bin/${PROJECT_NAME} cd $work_dir tag_name=`git status |grep '# On branch '|sed 's/# On branch //g'`