We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b90a2 commit 913934fCopy full SHA for 913934f
1 file changed
fastlane/Fastfile
@@ -125,7 +125,7 @@ platform :ios do
125
126
lane :upload_testflight_build do
127
api_key = asc_api_key
128
- ipa_output_path = File.expand_path(TESTFLIGHT_IPA_OUTPUT_PATH, Dir.pwd)
+ ipa_output_path = lane_context[SharedValues::IPA_OUTPUT_PATH].to_s
129
130
UI.user_error!("Missing built ipa at #{ipa_output_path}") if !File.exist?(ipa_output_path)
131
0 commit comments