Update Reject Hosts

This commit is contained in:
SukkaW
2024-03-25 14:05:37 +08:00
parent 45145958b2
commit fc0bfdc9a0
5 changed files with 43 additions and 42 deletions

View File

@@ -65,7 +65,7 @@ export const downloadPreviousBuild = task(import.meta.path, async (span) => {
const extract = tarStream.extract();
pipeline(
Readable.fromWeb(resp.body as unknown as import('stream/web').ReadableStream<any>),
Readable.fromWeb(resp.body as any),
gunzip,
extract
);