From 8065c706284bf282a0b620667bfbfdc5eb87747d Mon Sep 17 00:00:00 2001 From: Opportunity Date: Mon, 30 Sep 2019 22:27:44 +0800 Subject: [PATCH] add log --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 92046be..60cd911 100644 --- a/index.js +++ b/index.js @@ -21,6 +21,7 @@ async function winInstall(version) { const file = await toolCache.downloadTool(url) const exe = path.format({ ...path.parse(file), ext: '.exe' }) await fs.rename(file, exe) + core.info(`downloaded to ${exe}`) return exe }) toolDir = await core.group("install xmake", async () => {