diff --git a/jobs/Hi365_Android/config.xml b/jobs/Hi365_Android/config.xml index 64c1e4bb8656e83bea46cbd6537b7ba3303c30ce..3159d8ed3ed816f49877bd67184790165b49c9c8 100644 --- a/jobs/Hi365_Android/config.xml +++ b/jobs/Hi365_Android/config.xml @@ -49,7 +49,6 @@ project_path=$(pwd) -output_path="${project_path}/build/app/outputs/apk/release" app_version=$(grep 'version:' ${project_path}/pubspec.yaml | cut -d ' ' -f2) # determine build type by git branch @@ -60,6 +59,7 @@ else build_type="debug" fi +output_path="${project_path}/build/app/outputs/apk/${build_type}" app_name="hi365-${build_type}-${app_version}.apk" flutter build apk --${build_type}