Maybe finally fix test
This commit is contained in:
parent
7238d4307d
commit
41ca44be6f
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user