mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
[bot] Update dist directory
This commit is contained in:
committed by
github-actions[bot]
parent
e6688f31b8
commit
40a3605597
3
dist/setup-gradle/post/index.js
vendored
3
dist/setup-gradle/post/index.js
vendored
@@ -143328,7 +143328,8 @@ function getCacheKeyBase(cacheName, cacheProtocolVersion) {
|
||||
exports.getCacheKeyBase = getCacheKeyBase;
|
||||
function getCacheKeyEnvironment() {
|
||||
const runnerOs = process.env['RUNNER_OS'] || '';
|
||||
return process.env[CACHE_KEY_OS_VAR] || runnerOs;
|
||||
const runnerArch = process.env['RUNNER_ARCH'] || '';
|
||||
return process.env[CACHE_KEY_OS_VAR] || `${runnerOs}-${runnerArch}`;
|
||||
}
|
||||
function getCacheKeyJob() {
|
||||
return process.env[CACHE_KEY_JOB_VAR] || github.context.job;
|
||||
|
||||
Reference in New Issue
Block a user