Also upload node's headers to S3.
This commit is contained in:
parent
1e895bdf76
commit
4914dd67b6
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue