Skip to content

Commit

Permalink
utils/github: take last artifact rather than first
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo98 committed May 24, 2022
1 parent 371f181 commit 580fb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/utils/github.rb
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ def get_artifact_url(workflow_array)
EOS
end

artifact.first["archive_download_url"]
artifact.last["archive_download_url"]
end

def public_member_usernames(org, per_page: 100)
Expand Down

0 comments on commit 580fb58

Please sign in to comment.