This commit is contained in:
Nikolai Laevskii
2023-09-13 09:47:12 +02:00
parent f1744b62b7
commit acbf0586b1
2 changed files with 116 additions and 668 deletions

View File

@ -167,7 +167,7 @@ export default abstract class BaseDistribution {
const initialUrl = this.getDistributionUrl();
const osArch: string = this.translateArchToDistUrl(arch);
// Create temporary folder to download in to
// Create temporary folder to download to
const tempDownloadFolder = `temp_${uuidv4()}`;
const tempDirectory = process.env['RUNNER_TEMP'] || '';
assert.ok(tempDirectory, 'Expected RUNNER_TEMP to be defined');