diff --git a/jobs/Hi365_iOS/config.xml b/jobs/Hi365_iOS/config.xml index c8b4a932ef583abc9cd9cded8ab70bc6e8829b08..3efe758521d2025db5bfb15ecebfe23095db570d 100644 --- a/jobs/Hi365_iOS/config.xml +++ b/jobs/Hi365_iOS/config.xml @@ -66,7 +66,7 @@ cd $project_path/ios now=$(date +"%Y_%m_%d_%H:%M") -app_version=$(grep 'version:' pubspec.yaml | cut -d ' ' -f2) +app_version=$(grep 'version:' ${project_path}/pubspec.yaml | cut -d ' ' -f2) scheme="Runner"