build: fix mirror link
This commit is contained in:
parent
e5757965db
commit
7b32b84d43
|
@ -52,7 +52,7 @@ const f = async () => {
|
|||
|
||||
try {
|
||||
await pipeline(
|
||||
Readable.fromWeb((await fetch(artifactsUrl)).body),
|
||||
Readable.fromWeb((await fetch(ghMirror)).body),
|
||||
createWriteStream(zipPath)
|
||||
)
|
||||
} catch ({ message }) {
|
||||
|
|
Loading…
Reference in New Issue