From fe4456f422886cb8c2ec490c009e9bb378044860 Mon Sep 17 00:00:00 2001 From: Diana Perez Afanador Date: Tue, 12 Dec 2023 02:01:49 +0100 Subject: [PATCH] Test --- scripts/xcode_cloud_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/xcode_cloud_helper.rb b/scripts/xcode_cloud_helper.rb index e9128f1899..08d1ed798a 100755 --- a/scripts/xcode_cloud_helper.rb +++ b/scripts/xcode_cloud_helper.rb @@ -802,7 +802,7 @@ def print_logs(url) def download_artifact_for_build(build_id_run) actions = get_build_actions(build_id_run) - artifacts = get_artifacts(action[0]["id"]) + artifacts = get_artifacts(actions[0]["id"]) artifact_url = '' artifacts.each { |artifact| artifact_info = get_artifact_info(artifact['id'])