From 192d94954934eb8c03a5f69290c0c001183b5df5 Mon Sep 17 00:00:00 2001 From: Opportunity Date: Mon, 30 Sep 2019 22:28:24 +0800 Subject: [PATCH] add log --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 60cd911..7bfe8c1 100644 --- a/index.js +++ b/index.js @@ -27,6 +27,7 @@ async function winInstall(version) { toolDir = await core.group("install xmake", async () => { const binDir = path.join(os.tmpdir(), `xmake-${version}`) await exec(`"${installer}" /NOADMIN /S /D=${binDir}`) + core.info(`installed to ${binDir}`) const cacheDir = await toolCache.cacheDir(binDir, 'xmake', version) await io.rmRF(binDir) await io.rmRF(installer)