Skip to content

Commit 4b881e1

Browse files
GnorTechrogerwang
authored andcommitted
upload nw24 headers
1 parent 0b3fce3 commit 4b881e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/aws_uploader.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,12 @@ def aws_upload(upload_path, file_list):
9191
# use '/' for s3
9292
path_prefix = ''
9393
if (f in ['nw.lib', 'nw.exp', 'node.lib', 'node.exp'] ) :
94-
if not builder_name in ['nw23_win64', 'nw23_win32'] :
94+
if not builder_name in ['nw24_win64', 'nw24_win32'] :
9595
continue
96-
if builder_name in ['nw23_win64'] :
96+
if builder_name in ['nw24_win64'] :
9797
path_prefix = 'x64'
9898

99-
if (f.startswith('node-v') or f.startswith('nw-header') or f == 'SHASUMS256.txt') and not builder_name in ['nw23_sdk_mac64'] :
99+
if (f.startswith('node-v') or f.startswith('nw-header') or f == 'SHASUMS256.txt') and not builder_name in ['nw24_sdk_mac64'] :
100100
continue
101101

102102
if f.startswith('chromedriver') and 'sdk' not in builder_name :

0 commit comments

Comments
 (0)