Skip to content

Commit

Permalink
build: add WOA node headers to checksum file (#20255)
Browse files Browse the repository at this point in the history
  • Loading branch information
John Kleinschmidt committed Sep 17, 2019
1 parent dfd2135 commit 42999f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion script/release/uploaders/upload-node-checksums.py
Expand Up @@ -62,7 +62,10 @@ def get_files_list(version):
{ "filename": 'win-x86/iojs.lib', "required": False },
{ "filename": 'win-x64/iojs.lib', "required": False },
{ "filename": 'win-x86/node.lib', "required": False },
{ "filename": 'win-x64/node.lib', "required": False }
{ "filename": 'win-x64/node.lib', "required": False },
{ "filename": 'arm64/node.lib', "required": False },
{ "filename": 'win-arm64/iojs.lib', "required": False },
{ "filename": 'win-arm64/node.lib', "required": False }
]


Expand Down

0 comments on commit 42999f4

Please sign in to comment.