Skip to content

Commit 883f933

Browse files
committed
Trying to automate play store upload screenshots
1 parent 047b1be commit 883f933

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/app/android/fastlane/Fastfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ private_lane :populate_metadata do
4040

4141
unless File.exist?(metadata_path)
4242
UI.message("Running 'fastlane supply init' to initialize supply metadata...")
43-
system("fastlane supply init")
43+
44+
# Run supply init in the correct context
45+
sh("fastlane supply init --metadata_path #{metadata_path}")
4446
else
4547
UI.message("✅ Supply metadata already initialized.")
4648
end

0 commit comments

Comments
 (0)