From bb4501608d0216ca9ba85b557bb84bbda9a5b402 Mon Sep 17 00:00:00 2001 From: LiJiLong <1711559666@qq.com> Date: Mon, 26 Jan 2026 10:46:48 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Jenkinsfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/