Fix Build script apk location (#2819)
This commit is contained in:
parent
2f6fb08e44
commit
8a9d8acdb5
1 changed files with 1 additions and 0 deletions
|
|
@ -519,6 +519,7 @@ platform :android do
|
|||
|
||||
unless apk_path.nil?
|
||||
sh "mv #{apk_path} \"../#{app_name_sub}.apk\""
|
||||
lane_context[SharedValues::GRADLE_APK_OUTPUT_PATH] = "../#{app_name_sub}.apk"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue