mirror of
https://github.com/actions/setup-java.git
synced 2025-05-21 09:51:47 +00:00
Rebuild action
This commit is contained in:
parent
55a453935f
commit
760b6c9aad
2
dist/setup/index.js
vendored
2
dist/setup/index.js
vendored
@ -104608,7 +104608,7 @@ class LocalDistribution extends base_installer_1.JavaBase {
|
|||||||
const archiveName = fs_1.default.readdirSync(extractedJavaPath)[0];
|
const archiveName = fs_1.default.readdirSync(extractedJavaPath)[0];
|
||||||
const archivePath = path_1.default.join(extractedJavaPath, archiveName);
|
const archivePath = path_1.default.join(extractedJavaPath, archiveName);
|
||||||
const javaVersion = this.version;
|
const javaVersion = this.version;
|
||||||
let javaPath = yield tc.cacheDir(archivePath, this.toolcacheFolderName, this.getToolcacheVersionName(javaVersion), this.architecture);
|
const javaPath = yield tc.cacheDir(archivePath, this.toolcacheFolderName, this.getToolcacheVersionName(javaVersion), this.architecture);
|
||||||
foundJava = {
|
foundJava = {
|
||||||
version: javaVersion,
|
version: javaVersion,
|
||||||
path: javaPath
|
path: javaPath
|
||||||
|
Loading…
Reference in New Issue
Block a user