Upload index.json when publishing release

This commit is contained in:
Cheng Zhao 2015-04-12 11:36:55 +08:00
parent 6b1f2215b2
commit aa835ad38a
4 changed files with 35 additions and 10 deletions

View file

@ -55,6 +55,10 @@ def main():
os.path.join(SOURCE_ROOT, 'script', 'upload-checksums.py'),
'-v', ATOM_SHELL_VERSION])
# Upload the index.json.
execute([sys.executable,
os.path.join(SOURCE_ROOT, 'script', 'upload-index-json.py')])
# Press the publish button.
publish_release(github, release_id)