From bdfe3c97d502c33da351bae2ed6f28caa1b80e34 Mon Sep 17 00:00:00 2001 From: Opportunity Date: Mon, 30 Sep 2019 20:55:11 +0800 Subject: [PATCH] fix --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 2cc2636..7891e69 100644 --- a/index.js +++ b/index.js @@ -68,7 +68,7 @@ async function run() { return cacheDir }) } - core.addPath(path.join(toolDir, 'bin')) + core.addPath(path.join(toolDir, 'share', 'xmake')) await exec('xmake --version') } catch (error) { core.setFailed(error.message)