Skip to content

Commit 603f924

Browse files
authored
build: print upload script output (electron#25814)
1 parent 73adeef commit 603f924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/release/uploaders/upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def parse_args():
152152
def run_python_upload_script(script, *args):
153153
script_path = os.path.join(
154154
ELECTRON_DIR, 'script', 'release', 'uploaders', script)
155-
return execute([sys.executable, script_path] + list(args))
155+
print(execute([sys.executable, script_path] + list(args)))
156156

157157

158158
def get_electron_build_version():

0 commit comments

Comments
 (0)