summaryrefslogtreecommitdiff
path: root/fastlane/Fastfile
diff options
context:
space:
mode:
Diffstat (limited to 'fastlane/Fastfile')
-rw-r--r--fastlane/Fastfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/fastlane/Fastfile b/fastlane/Fastfile
index 99d540ed..6e6ff88d 100644
--- a/fastlane/Fastfile
+++ b/fastlane/Fastfile
@@ -59,7 +59,7 @@ platform :android do
# Prepare builds for Automatic UI Tests
build_bitmask_for_screengrab
capture_android_screenshots
- Dir.chdir("../src/normal/fastlane/metadata") do
+ Dir.chdir("../src/normalProductionFat/fastlane/metadata") do
frameit(
white: true,
path: "."
@@ -72,7 +72,7 @@ platform :android do
# Prepare builds for Automatic UI Tests
build_custom_for_screengrab
capture_android_screenshots
- Dir.chdir("../src/custom/fastlane/metadata") do
+ Dir.chdir("../src/customProductionFat/fastlane/metadata") do
frameit(
white: true,
path: "."