build_release: Print uploaded file

This commit is contained in:
Florian Bruhin 2019-09-25 23:23:31 +02:00
parent 9bd629f92c
commit 10a8ffdefe
1 changed files with 1 additions and 0 deletions

View File

@ -422,6 +422,7 @@ def github_upload(artifacts, tag):
raise Exception("No release found for {!r}!".format(tag))
for filename, mimetype, description in artifacts:
print("Uploading {}".format(filename))
while True:
try:
with open(filename, 'rb') as f: