Also upload headers to iojs's locations
This commit is contained in:
parent
ea74e825c9
commit
a8846e0432
2 changed files with 19 additions and 5 deletions
|
@ -39,8 +39,11 @@ def parse_args():
|
|||
def get_files_list(version):
|
||||
return [
|
||||
'node-{0}.tar.gz'.format(version),
|
||||
'iojs-{0}.tar.gz'.format(version),
|
||||
'node.lib',
|
||||
'x64/node.lib',
|
||||
'win-x86/iojs.lib',
|
||||
'win-x64/iojs.lib',
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue