diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index dcd8aef..4a2d5c1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
           const actual = await github.repos.getReleaseAsset({
             ...context.repo,
             headers: {
-              Accept: application/octet-stream
+              Accept: "application/octet-stream"
             },
             asset_id: release.data.assets[0].id,
           })