Try downloading this way
This commit is contained in:
parent
d49eb2564a
commit
003f46c67a
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -43,7 +43,10 @@ jobs:
|
||||
})
|
||||
console.log(release.data)
|
||||
console.log(release.data.assets)
|
||||
const actual = await github.request(release.data.assets[0].browser_download_url)
|
||||
const actual = await github.repos.getReleaseAssert({
|
||||
...context.repo,
|
||||
release.data.assets[0].id,
|
||||
})
|
||||
assert.equal(expected, actual)
|
||||
- name: Clean up
|
||||
if: ${{ always() }}
|
||||
|
Loading…
Reference in New Issue
Block a user