Signed-off-by: Xuanwo <github@xuanwo.io>
This commit is contained in:
Xuanwo
2023-01-10 12:39:09 +08:00
parent 835e255d1d
commit 82bd256572
6 changed files with 3725 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ async function setup() {
// Download and extract.
const sccachePackage = await downloadTool(downloadUrl);
var sccachePath;
let sccachePath;
if (getExtension() == 'zip') {
sccachePath = await extractZip(sccachePackage);
} else {