From f7079e4ca7e6062bee7107862a7812f8e0689c44 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 21 Aug 2025 22:54:28 +0800 Subject: [PATCH] ... --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {