From 420a1de589b8a2eeace0f050bc94f14dca7647db Mon Sep 17 00:00:00 2001 From: Home Date: Sat, 28 Mar 2026 23:03:21 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c6b601c3..e939f75b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { } environment { UNIAPP_APP_ID = '__UNI__EDE0E52' - ANDROID_ASSETS_DIR = "android/app/src/main/assets/apps/${UNIAPP_APP_ID}/www" + ANDROID_ASSETS_DIR = "Android/app/src/main/assets/apps/${UNIAPP_APP_ID}/www" } stages { stage('打印环境变量') {