pilot/lib/pilot/build_manager.rb in fastlane-2.197.0 vs pilot/lib/pilot/build_manager.rb in fastlane-2.198.0
- old
+ new
@@ -36,10 +36,10 @@
package_path: dir,
platform: platform)
end
transporter = transporter_for_selected_team(options)
- result = transporter.upload(package_path: package_path)
+ result = transporter.upload(package_path: package_path, asset_path: options[:ipa] || options[:pkg])
unless result
transporter_errors = transporter.displayable_errors
UI.user_error!("Error uploading ipa file: \n #{transporter_errors}")
end