Also upload headers to iojs's locations

This commit is contained in:
Cheng Zhao 2015-04-30 15:36:54 +08:00
parent ea74e825c9
commit a8846e0432
2 changed files with 19 additions and 5 deletions

View file

@ -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',
]