From 760b6c9aad70e5e3a601600dd961a4f849d5cccd Mon Sep 17 00:00:00 2001 From: IvanZosimov Date: Mon, 3 Apr 2023 17:07:57 +0200 Subject: [PATCH] Rebuild action --- dist/setup/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/setup/index.js b/dist/setup/index.js index 0680d6a0..b9308830 100644 --- a/dist/setup/index.js +++ b/dist/setup/index.js @@ -104608,7 +104608,7 @@ class LocalDistribution extends base_installer_1.JavaBase { const archiveName = fs_1.default.readdirSync(extractedJavaPath)[0]; const archivePath = path_1.default.join(extractedJavaPath, archiveName); 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 = { version: javaVersion, path: javaPath