From 800a402046355dfc181c3fcbdb533feac81d567d Mon Sep 17 00:00:00 2001 From: Van Leemput Dayron Date: Sat, 13 Dec 2025 12:37:37 +0100 Subject: [PATCH] test --- android/fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/fastlane/Fastfile b/android/fastlane/Fastfile index 875bbd0..202c8be 100644 --- a/android/fastlane/Fastfile +++ b/android/fastlane/Fastfile @@ -4,7 +4,7 @@ platform :android do desc "Deploy to Firebase from Mac" lane :deploy_firebase do - # 1. Création du Keystore depuis le secret Gitea (si disponible) + # 1. Création du Keystore depuis le secret Gitea if ENV['ANDROID_KEYSTORE_BASE64'] File.open("upload-keystore.jks", "wb") do |f| f.write(Base64.decode64(ENV['ANDROID_KEYSTORE_BASE64']))