Fix target url
This commit is contained in:
parent
7b621262ea
commit
23760058e9
1 changed files with 2 additions and 1 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue