💄 Fix target version of atom-shell's uploading.

This commit is contained in:
Cheng Zhao 2013-09-29 20:18:55 +08:00
parent 87d94ff1ae
commit 43a5453de5

View file

@ -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'))