build: fix upload script defaults (#42430)

This commit is contained in:
Keeley Hammond
2024-06-10 16:58:29 -05:00
committed by GitHub
parent 92de23bb3c
commit c4abaec56a
2 changed files with 2 additions and 2 deletions

View File

@@ -158,7 +158,7 @@ def azput(prefix, key_prefix, files):
print(output)
def get_out_dir():
out_dir = 'Debug'
out_dir = 'Default'
override = os.environ.get('ELECTRON_OUT_DIR')
if override is not None:
out_dir = override