From a8f1391c4749c86029e96fbc7a9b185fc45b3f4f Mon Sep 17 00:00:00 2001 From: SpiritCroc Date: Tue, 27 Jul 2021 14:28:55 +0200 Subject: [PATCH] Fix fastlane Change-Id: If9f02ea28f6377c6fa218e9ac024469ceab5ad61 --- fastlane/Fastfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 02c15a58f9..f655abd1e3 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -37,6 +37,8 @@ platform :android do "android.injected.signing.key.password": key_pass } ) - upload_to_play_store + upload_to_play_store( + apk: lane_context[SharedValues::GRADLE_APK_OUTPUT_PATH] + ) end end