fix: pilot ipa path
This commit is contained in:
parent
47bfb28e26
commit
c0f125a23c
@ -86,7 +86,8 @@ module Fastlane
|
||||
build: 'xcarchive',
|
||||
build_args: params[:build_args]
|
||||
)
|
||||
rescue
|
||||
rescue => e
|
||||
puts "Error : #{e.message}"
|
||||
end
|
||||
|
||||
archive_path = "../build/ios/archive/Runner.xcarchive"
|
||||
@ -119,7 +120,7 @@ module Fastlane
|
||||
skip_submission: true,
|
||||
distribute_external: false,
|
||||
notify_external_testers: false,
|
||||
ipa: "./Runner.ipa"
|
||||
ipa: "./build/Runner.ipa"
|
||||
)
|
||||
|
||||
# Delete keychain if existing
|
||||
|
Loading…
x
Reference in New Issue
Block a user