提交 c22977e9 编写于 作者: J Jonathan Thomas

Improve error message for failed uploads during build server

上级 f738520e
......@@ -170,7 +170,7 @@ def upload(file_path, github_release):
output("Upload failed... trying again")
else:
# Throw loud exception
raise ex
raise Exception('Upload failed. Verify that this file is not already uploaded: %s' % file_path, ex)
return url
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册