diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c6f2df..dcd8aef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,6 +43,9 @@ jobs: }) const actual = await github.repos.getReleaseAsset({ ...context.repo, + headers: { + Accept: application/octet-stream + }, asset_id: release.data.assets[0].id, }) const assert = require('assert').strict;