diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 0175b90..235e9da 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -43,11 +43,14 @@ platform :ios do keychain_name: "temp_keychain", keychain_password: "", ) - cert sigh sh("cd .. && ./scripts/build.sh pre") begin - build_app(scheme: "BCC Media tvOS", cloned_source_packages_path: "./tmp/build", skip_profile_detection: true) + build_app( + scheme: "BCC Media tvOS", cloned_source_packages_path: "./tmp/build", skip_profile_detection: true, + keychain_name: "temp_keychain", + keychain_password: "", + ) ensure sh("cd .. && ./scripts/build.sh post") end