mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Fix target url
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user