utils/github: take last artifact rather than first
This commit is contained in:
parent
371f1810da
commit
580fb58f62
@ -353,7 +353,7 @@ module GitHub
|
||||
EOS
|
||||
end
|
||||
|
||||
artifact.first["archive_download_url"]
|
||||
artifact.last["archive_download_url"]
|
||||
end
|
||||
|
||||
def public_member_usernames(org, per_page: 100)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user