From c19d734f90479a310d91fe51482926e6c9b946a3 Mon Sep 17 00:00:00 2001
From: Taras Smakula <tarassmakula@gmail.com>
Date: Tue, 10 Oct 2023 15:21:19 +0300
Subject: [PATCH] Change path

---
 fastlane/Appfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fastlane/Appfile b/fastlane/Appfile
index d8f4cc035..8485f0a1c 100644
--- a/fastlane/Appfile
+++ b/fastlane/Appfile
@@ -1,2 +1,2 @@
-json_key_file("~/google_play_api_key.json") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one
+json_key_file("google_play_api_key.json") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one
 package_name("org.futo.circles") # e.g. com.krausefx.app
-- 
GitLab