From d015fd7d40ddbd8cc04d01e4235e5d8ff2a2d8d3 Mon Sep 17 00:00:00 2001 From: XuqmGroup Date: Thu, 18 Jun 2026 12:59:05 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20=E7=89=88=E6=9C=AC=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E7=94=A8=E9=80=97=E5=8F=B7=E5=88=86=E9=9A=94=EF=BC=8C=E9=81=BF?= =?UTF-8?q?=E5=85=8D=20Windows=20=E7=AE=A1=E9=81=93=E7=AC=A6=E5=86=B2?= =?UTF-8?q?=E7=AA=81?= 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 a865df6..d01aa07 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -175,7 +175,7 @@ pipeline { success { bat 'chcp 65001 >nul && echo Android SDK 构建成功' script { - def safeVersions = env.PUBLISHED_VERSIONS.replaceAll('\\r?\\n', ' | ') + def safeVersions = env.PUBLISHED_VERSIONS.replaceAll('\\r?\\n', ', ') bat "chcp 65001 >nul && echo 发布版本: ${safeVersions}" } }