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)