fix: pilot ipa path

This commit is contained in:
Malo Léon 2023-10-26 17:56:19 +02:00
parent 47bfb28e26
commit c0f125a23c

View File

@ -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