This commit is contained in:
Cheng Zhao 2015-01-20 22:16:27 -08:00
Родитель 7b621262ea
Коммит 23760058e9
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -196,7 +196,8 @@ def upload_node(bucket, access_key, secret_key, version):
execute([atom_shell,
os.path.join(SOURCE_ROOT, 'script', 'dump-version-info.js'),
index_json])
s3put(bucket, access_key, secret_key, OUT_DIR, 'atom-shell', [index_json])
s3put(bucket, access_key, secret_key, OUT_DIR, 'atom-shell/dist',
[index_json])
def auth_token():