utils/github: take last artifact rather than first

This commit is contained in:
Bo Anderson 2022-05-24 21:09:27 +01:00
parent 371f1810da
commit 580fb58f62
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65

View File

@ -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)