diff --git a/dist/index.js b/dist/index.js index 90188a0..11c2bb9 100644 --- a/dist/index.js +++ b/dist/index.js @@ -71015,7 +71015,7 @@ async function unixInstall(version) { if (version.type !== 'local') { const ver = version.version; const sha = version.sha; - const cacheKey = `xmake-cache-${actionsCacheKey}-${ver}-${sha}-${os.arch()}-${os.platform()}-${(_a = process.env.RUNNER_OS) !== null && _a !== void 0 ? _a : 'unknown'}`; + const cacheKey = `xmake-cache-${actionsCacheKey}-${ver}-${sha}-${os.arch()}-${os.platform()}-${os.release()}-${(_a = process.env.RUNNER_OS) !== null && _a !== void 0 ? _a : 'unknown'}`; if (actionsCacheFolder && process.env.GITHUB_WORKSPACE) { const fullCachePath = path.join(process.env.GITHUB_WORKSPACE, actionsCacheFolder); try {