skip headers and pdbs for fake release builds
This commit is contained in:
parent
4cc8008cfc
commit
7cb408838f
1 changed files with 1 additions and 3 deletions
|
@ -93,9 +93,7 @@ def main():
|
||||||
upload_electron(github, release, os.path.join(DIST_DIR, mksnapshot),
|
upload_electron(github, release, os.path.join(DIST_DIR, mksnapshot),
|
||||||
args.upload_to_s3)
|
args.upload_to_s3)
|
||||||
|
|
||||||
# TODO: make s3 compatible
|
if PLATFORM == 'win32' and not tag_exists and not args.upload_to_s3:
|
||||||
|
|
||||||
if PLATFORM == 'win32' and not tag_exists:
|
|
||||||
# Upload PDBs to Windows symbol server.
|
# Upload PDBs to Windows symbol server.
|
||||||
run_python_script('upload-windows-pdb.py')
|
run_python_script('upload-windows-pdb.py')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue