This commit is contained in:
Sven-Hendrik Haase 2020-07-03 06:20:54 +02:00
parent c14556ae27
commit ba09d617a8
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915

View File

@ -43,7 +43,7 @@ jobs:
...context.repo,
tag: "ci-test-${{ matrix.os }}",
})
const actual = chdild_process.execSync(curl, [release.data.assets[0].browser_download_url])
const actual = child_process.execSync(curl, [release.data.assets[0].browser_download_url])
const assert = require('assert').strict;
assert.equal(expected, actual)
- name: Clean up