mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-01-13 08:49:53 +08:00
Also upload iojs-*-.tar.gz
This commit is contained in:
@@ -106,6 +106,8 @@ def upload_node(bucket, access_key, secret_key, version):
|
||||
with scoped_cwd(DIST_DIR):
|
||||
s3put(bucket, access_key, secret_key, DIST_DIR,
|
||||
'atom-shell/dist/{0}'.format(version), glob.glob('node-*.tar.gz'))
|
||||
s3put(bucket, access_key, secret_key, DIST_DIR,
|
||||
'atom-shell/dist/{0}'.format(version), glob.glob('iojs-*.tar.gz'))
|
||||
|
||||
if PLATFORM == 'win32':
|
||||
if get_target_arch() == 'ia32':
|
||||
|
||||
Reference in New Issue
Block a user