From 45b6341c572603c43d44fac4864dc5ae4099ca08 Mon Sep 17 00:00:00 2001 From: Benimautner Date: Sun, 21 Jul 2024 23:16:15 +0200 Subject: [PATCH] changed bundle location for fastlane --- android/fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/fastlane/Fastfile b/android/fastlane/Fastfile index 64fc1fc..220bc7e 100644 --- a/android/fastlane/Fastfile +++ b/android/fastlane/Fastfile @@ -34,7 +34,7 @@ platform :android do lane :production_appbundle do upload_to_play_store( track: 'production', - aab: '../build/app/outputs/bundle/release/app-release.aab', + aab: '../build/app/outputs/bundle/productionRelease/app-production-release.aab', ) end end