More debugging

This commit is contained in:
Sven-Hendrik Haase 2020-07-03 06:42:40 +02:00
parent 0c20962e0b
commit 9afb63d9be
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915

View File

@ -44,7 +44,8 @@ jobs:
...context.repo,
tag: "ci-test-${{ matrix.os }}",
})
const actual = child_process.execSync(`curl -Ls ${release.data.assets[0].browser_download_url}`).file.data
const actual = child_process.execSync(`curl -Ls ${release.data.assets[0].browser_download_url}`)
console.log(actual)
console.log(actual.toString('utf8'))
assert.equal(expected, actual)
- name: Clean up