Skip to content

Commit ee41ac3

Browse files
authored
ci: try fixing prebuilt binary downloads
1 parent 1f56c03 commit ee41ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_skia.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ if (Deno.env.get("SKIA_FROM_SOURCE") !== "1") {
5252
"unzip",
5353
"-o",
5454
"-d",
55-
"out/Release",
55+
"../",
5656
new URL(`../skia/out/Release/prebuilt.zip`, import.meta.url).pathname,
5757
);
5858
console.log(`Downloaded prebuilt binaries (${relName}, ${os})`);

0 commit comments

Comments
 (0)