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 () => {