Skip to content

Commit 913934f

Browse files
committed
refactor: 더 정확한 ipa 파일 위치를 찾도록 개선
1 parent d7b90a2 commit 913934f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ platform :ios do
125125

126126
lane :upload_testflight_build do
127127
api_key = asc_api_key
128-
ipa_output_path = File.expand_path(TESTFLIGHT_IPA_OUTPUT_PATH, Dir.pwd)
128+
ipa_output_path = lane_context[SharedValues::IPA_OUTPUT_PATH].to_s
129129

130130
UI.user_error!("Missing built ipa at #{ipa_output_path}") if !File.exist?(ipa_output_path)
131131

0 commit comments

Comments
 (0)