From f4bfeb5220cda054abfb12be33fa7ed8563a7dc3 Mon Sep 17 00:00:00 2001 From: Amy Galles <9685081+AmyLGalles@users.noreply.github.com> Date: Wed, 28 May 2025 16:56:51 -0700 Subject: [PATCH] test change metadata directory --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 28a52a4d8f..5aeef1648e 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -399,7 +399,7 @@ platform :android do version_code = options[:versionCode] locales = ["ca", "cs-CZ", "da-DK", "de-DE", "en-US", "es-ES", "et", "fi-FI", "fr-FR", "hr", "hu-HU", "id", "it-IT", "iw-IL", "ja-JP", "nl-NL", "pl-PL", "pt-BR", "pt-PT", "ro", "ru-RU", "sk", "sv-SE", "tr-TR", "uk", "vi", "zh-CN", "zh-TW"] locales.each do |locale| - dir = "metadata/#{locale}/changelogs" + dir = "android/metadata/#{locale}/changelogs" FileUtils.mkdir_p(dir) File.write("#{dir}/#{version_code}.txt", changelog) end