chore: update arm version generator

This commit is contained in:
calebboyd
2018-09-26 09:57:08 -05:00
parent 4a7bfd99b6
commit 664dc6a11b
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -74,9 +74,8 @@ async function build() {
query: { name: target.toString() },
body: await readFileAsync(output),
headers: {
Authorization: 'token ' + env.GITHUB_TOKEN,
'Content-Type': 'application/octet-stream',
'User-Agent': 'nexe (https://www.npmjs.com/package/nexe)'
...headers,
'Content-Type': 'application/octet-stream'
}
})
console.log(target + ' uploaded.')