💄 Fix target version of atom-shell's uploading.
This commit is contained in:
parent
87d94ff1ae
commit
43a5453de5
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ def upload_node(bucket, access_key, secret_key, version):
|
|||
|
||||
# TODO(zcbenz): Remove me when Atom starts to use Releases API.
|
||||
s3put(bucket, access_key, secret_key, DIST_DIR,
|
||||
'atom-shell/{0}'.format(version), [DIST_NAME])
|
||||
'atom-shell/{0}'.format(ATOM_SHELL_VRESION), [DIST_NAME])
|
||||
|
||||
s3put(bucket, access_key, secret_key, DIST_DIR,
|
||||
'atom-shell/dist/{0}'.format(version), glob.glob('node-*.tar.gz'))
|
||||
|
|
Loading…
Reference in a new issue