diff --git a/src/github.ts b/src/github.ts index c99108a..ef39ca8 100644 --- a/src/github.ts +++ b/src/github.ts @@ -188,7 +188,7 @@ export const upload = async ( "content-type": mime, authorization: `token ${config.github_token}`, }, - data: fh.readableWebStream({ type: "bytes" }), + data: fh.readableWebStream(), }); const json = resp.data; if (resp.status !== 201) {