build: print upload script output (#25814)
This commit is contained in:
parent
73adeef877
commit
603f9242d9
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ def parse_args():
|
||||||
def run_python_upload_script(script, *args):
|
def run_python_upload_script(script, *args):
|
||||||
script_path = os.path.join(
|
script_path = os.path.join(
|
||||||
ELECTRON_DIR, 'script', 'release', 'uploaders', script)
|
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():
|
def get_electron_build_version():
|
||||||
|
|
Loading…
Add table
Reference in a new issue