Skip to content

Commit dec7c40

Browse files
committed
Also upload iojs-*-.tar.gz
1 parent a8846e0 commit dec7c40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

script/upload-node-headers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ def upload_node(bucket, access_key, secret_key, version):
106106
with scoped_cwd(DIST_DIR):
107107
s3put(bucket, access_key, secret_key, DIST_DIR,
108108
'atom-shell/dist/{0}'.format(version), glob.glob('node-*.tar.gz'))
109+
s3put(bucket, access_key, secret_key, DIST_DIR,
110+
'atom-shell/dist/{0}'.format(version), glob.glob('iojs-*.tar.gz'))
109111

110112
if PLATFORM == 'win32':
111113
if get_target_arch() == 'ia32':

0 commit comments

Comments
 (0)