Skip to content

Commit aa26b8e

Browse files
committed
fix(webui): forgot to decompress properly
1 parent 389ede3 commit aa26b8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci-bin/download-web-uis.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ import decompress from "decompress";
4848
writer.close();
4949
console.log("Downloaded", htmlZipAsset.name, "webui successfully. Attempting to unzip");
5050

51+
await decompress(zipfilePath, dstOfWebui);
5152
console.log("Unzipped", zipfilePath);
5253
await fs.rm(zipfilePath);
5354
console.log(`Downloaded`, githubRepo, "successfully");

0 commit comments

Comments
 (0)