diff --git a/jobs/Deploy_Hi365_IOS_SIT/config.xml b/jobs/Deploy_Hi365_IOS_SIT/config.xml index 3fa92267d5d16df648f892e8f795fa935014b631..aedfbacaef48c7e7be2e8f80c5de060a9ea827b1 100644 --- a/jobs/Deploy_Hi365_IOS_SIT/config.xml +++ b/jobs/Deploy_Hi365_IOS_SIT/config.xml @@ -65,7 +65,7 @@ # Choose build dart by environment default_doc="main_sit.dart" -export_method="ad-hoc" +export_method="app-store" version_number=$Version_Number export FLUTTER_ROOT="/Users/jenkins/flutter" @@ -88,7 +88,7 @@ git_short_hash=$(git rev-parse --short HEAD) scheme="Runner" # package configuration for fastlane -configuration="release" +configuration="Release" # iOS project path workspace_path="${project_path}/ios/Runner.xcodeproj"