Upload index.json when publishing release
This commit is contained in:
parent
6b1f2215b2
commit
aa835ad38a
4 changed files with 35 additions and 10 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue