diff --git a/jobs/Hi365_SIT_Deploy_iOS/config.xml b/jobs/Hi365_SIT_Deploy_iOS/config.xml index 2ce5f779f5ed385a50bb1a7f28829011069e3bb6..8e8c96ab0d3551482bb201b201e4c2269cf44482 100644 --- a/jobs/Hi365_SIT_Deploy_iOS/config.xml +++ b/jobs/Hi365_SIT_Deploy_iOS/config.xml @@ -60,7 +60,7 @@ project_path=$(pwd) -flutter build ios +flutter build ios -t lib/main_dev.dart cd $project_path/ios @@ -115,7 +115,7 @@ echo "===export method: ${export_method}===" echo "===commit msg: $1===" # Clean build and deploy -fastlane gym --scheme ${scheme} --clean --configuration ${configuration} --archive_path ${archive_path} --export_method ${export_method} --output_directory ${output_path} --output_name ${ipa_name} --t lib/main_dev.dart +fastlane gym --scheme ${scheme} --clean --configuration ${configuration} --archive_path ${archive_path} --export_method ${export_method} --output_directory ${output_path} --output_name ${ipa_name} if [ ${export_method} != "app-store" ] then echo "Deploy to IPA repository"