mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
build: make nightly filenames more guessable with YMD format
This commit is contained in:
@@ -37,7 +37,7 @@ def main():
|
||||
args = parse_args()
|
||||
if args.upload_to_s3:
|
||||
utcnow = datetime.datetime.utcnow()
|
||||
args.upload_timestamp = utcnow.strftime('%Y-%m-%d_%H:%M:%S')
|
||||
args.upload_timestamp = utcnow.strftime('%Y%m%d')
|
||||
|
||||
if not dist_newer_than_head():
|
||||
run_python_script('create-dist.py')
|
||||
|
||||
Reference in New Issue
Block a user