Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaafanador3 committed Dec 12, 2023
1 parent f7deab6 commit fe4456f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/xcode_cloud_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'])
Expand Down

0 comments on commit fe4456f

Please sign in to comment.