From 842f5a7f90a547173d5c96af08748e901e7e83f7 Mon Sep 17 00:00:00 2001 From: Dao Hoang Son Date: Mon, 6 May 2024 02:44:25 +0700 Subject: [PATCH] Fix patrol_build lane --- demo_app/ios/fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo_app/ios/fastlane/Fastfile b/demo_app/ios/fastlane/Fastfile index 29f5c49c7..baa427db3 100644 --- a/demo_app/ios/fastlane/Fastfile +++ b/demo_app/ios/fastlane/Fastfile @@ -34,6 +34,6 @@ platform :ios do readonly: true ) - sh('cd .. && patrol build ios --release --verbose --target integration_test/auto_resize_test.dart') + sh('cd ../.. && patrol build ios --release --verbose --target integration_test/auto_resize_test.dart') end end