diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 204631802a..80c3fdc825 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -18,7 +18,7 @@ default_platform(:android) platform :android do before_all do |lane, options| - FileUtils.mv("#{__dir__}/app/src/main/assets/tangem-app-config/android/google-services.json", "app") + FileUtils.mv("../app/src/main/assets/tangem-app-config/android/google-services.json", "../app") end desc "Runs all the tests"