From 3f560e5a5472b77211b59be4bd1105a782a9574d Mon Sep 17 00:00:00 2001 From: Home Date: Mon, 30 Mar 2026 01:12:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4jenkins=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=8C=96=E6=B5=81=E6=B0=B4=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile.ios | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile.ios b/Jenkinsfile.ios index 2d152894..897b94d5 100644 --- a/Jenkinsfile.ios +++ b/Jenkinsfile.ios @@ -78,7 +78,7 @@ pipeline { steps { sh """ xcodebuild clean \\ - -project ${APP_DIR}/${projectName}.xcodeproj \\ + -project ${APP_DIR}/${PROJECT_NAME}.xcodeproj \\ -scheme ${SCHEME_NAME} \\ -configuration ${CONFIGURATION} \\ MARKETING_VERSION=${versionName} \\ @@ -93,7 +93,7 @@ pipeline { steps { sh """ xcodebuild archive \\ - -project ${APP_DIR}/${projectName}.xcodeproj \\ + -project ${APP_DIR}/${PROJECT_NAME}.xcodeproj \\ -scheme ${SCHEME_NAME} \\ -configuration ${CONFIGURATION} \\ -archivePath ${ARCHIVE_PATH} \\