mirror of
https://github.com/actions/setup-java.git
synced 2024-11-12 04:48:03 +00:00
add dist
This commit is contained in:
parent
0685457b96
commit
a3755773a1
7
dist/setup/index.js
vendored
7
dist/setup/index.js
vendored
@ -125230,6 +125230,11 @@ class TemurinDistribution extends base_installer_1.JavaBase {
|
||||
return 'mac';
|
||||
case 'win32':
|
||||
return 'windows';
|
||||
case 'linux':
|
||||
if (fs_1.default.existsSync('/etc/alpine-release')) {
|
||||
return 'alpine-linux';
|
||||
}
|
||||
return 'linux';
|
||||
default:
|
||||
return process.platform;
|
||||
}
|
||||
@ -127946,4 +127951,4 @@ module.exports = JSON.parse('[[[0,44],"disallowed_STD3_valid"],[[45,46],"valid"]
|
||||
/******/ module.exports = __webpack_exports__;
|
||||
/******/
|
||||
/******/ })()
|
||||
;
|
||||
;
|
Loading…
Reference in New Issue
Block a user