build: print upload script output (#25814)

This commit is contained in:
Jeremy Rose 2020-10-07 17:13:06 -07:00 committed by GitHub
parent 73adeef877
commit 603f9242d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -152,7 +152,7 @@ def parse_args():
def run_python_upload_script(script, *args):
script_path = os.path.join(
ELECTRON_DIR, 'script', 'release', 'uploaders', script)
return execute([sys.executable, script_path] + list(args))
print(execute([sys.executable, script_path] + list(args)))
def get_electron_build_version():