diff --git a/Jenkinsfile b/Jenkinsfile index e939f75b..530308e9 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/simpleDemo/src/main/assets/apps/${UNIAPP_APP_ID}/www" } stages { stage('打印环境变量') {