diff --git a/Jenkinsfile b/Jenkinsfile index b338df0..3c3cb8a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -73,7 +73,7 @@ pipeline { # 复制 shared 包和 Docker 配置 if [ -d shared ]; then - cp -r shared/* build-output/shared/* + cp -r shared/* build-output/ fi cp package.json build-output/