Also upload node's headers to S3.

This commit is contained in:
Cheng Zhao 2013-08-21 12:16:40 +08:00
parent 1e895bdf76
commit 4914dd67b6

View file

@ -55,7 +55,9 @@ def upload():
version = get_atom_shell_version()
s3put(bucket, access_key, secret_key, DIST_DIR,
'atom-shell/{0}'.format(version), glob.glob('atom-shell*.zip'))
'atom-shell/{0}'.format(version), ['atom-shell.zip'])
s3put(bucket, access_key, secret_key, DIST_DIR,
'atom-shell/dist/{0}'.format(version), glob.glob('node-*.tar.gz'))
update_version(bucket, access_key, secret_key)