diff --git a/jobs/Hi365_Android/config.xml b/jobs/Hi365_Android/config.xml index d4fb23250ca63bc4c5175f61b8210d0a8d91a0b9..9980dcd1218757c04960de89a9b9a743a3ceefa3 100644 --- a/jobs/Hi365_Android/config.xml +++ b/jobs/Hi365_Android/config.xml @@ -50,7 +50,7 @@ project_path=$(pwd) output_path="${project_path}/build/app/outputs/apk/release/" -app_version=$(grep 'version:' pubspec.yaml | cut -d ' ' -f2) +app_version=$(grep 'version:' ${project_path}/pubspec.yaml | cut -d ' ' -f2) # determine build type by git branch if [ $BUILD_BRANCH == "master" ]