Maybe finally fix test

This commit is contained in:
Sven-Hendrik Haase 2020-07-03 04:53:07 +02:00
parent 7238d4307d
commit 41ca44be6f
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915

View File

@ -41,9 +41,7 @@ jobs:
...context.repo,
tag: "ci-test-${{ matrix.os }}",
})
console.log(release.data)
console.log(release.data.assets)
const actual = await github.repos.getReleaseAssert({
const actual = await github.repos.getReleaseAsset({
...context.repo,
release_id: release.data.assets[0].id,
})