options[:appName] for get_google_services_plist_path used #4

Merged
vladimir.makarov merged 1 commits from fix/dsyms_uploading into master 2023-05-04 22:53:25 +03:00
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ private_lane :buildConfiguration do |options|
end
upload_symbols_to_crashlytics(
gsp_path: get_google_services_plist_path(app_target_folder_name, configuration_type)
gsp_path: get_google_services_plist_path(options[:appName], configuration_type)
)
end