From 30c4d8a6a38fb6e7e482551f1d7b12144728031f Mon Sep 17 00:00:00 2001 From: Zhiyuan Zheng Date: Thu, 10 Feb 2022 00:16:03 +0100 Subject: [PATCH] Update Fastfile --- fastlane/Fastfile | 1 + 1 file changed, 1 insertion(+) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 1d558bcd..89be4715 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -151,6 +151,7 @@ private_lane :build_android do skip_upload_images: true, skip_upload_screenshots: true ) + sh "mv #{lane_context[SharedValues::GRADLE_APK_OUTPUT_PATH]} #{File.expand_path('..', Dir.pwd)}/tooot-#{GITHUB_RELEASE}.apk" when "release" prepare_playstore_android build_android_app(