diff --git a/jobs/Hi365_Android/config.xml b/jobs/Hi365_Android/config.xml index c914872dd35147dce1415912c3255f99d5e872e4..beabe749c58699694b3384dbecf352a2ca5449c1 100644 --- a/jobs/Hi365_Android/config.xml +++ b/jobs/Hi365_Android/config.xml @@ -52,7 +52,7 @@ cd ${project_path}/android -app_version=$(grep 'version:' pubspec.yaml | cut -d ' ' -f2) +app_version=$(grep 'version:' ${project_path}/pubspec.yaml | cut -d ' ' -f2) current_date=$(date +"%Y%m%d")