Debug cache extract

pull/310/head
Frostebite 2022-01-13 00:32:45 +00:00
parent 9f297d32e5
commit 67cb3f8cd9
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -618,7 +618,7 @@ class Caching {
if (__1.Input.cloudRunnerTests) {
yield cloud_runner_system_1.CloudRunnerSystem.Run(`tree ${cacheFolder}`);
}
yield extract_zip_1.default(`${cacheSelection}.zip`, { dir: cacheFolder });
yield extract_zip_1.default(`${cacheSelection}.zip`, { dir: path_1.default.basename(destinationFolder) });
if (__1.Input.cloudRunnerTests) {
yield cloud_runner_system_1.CloudRunnerSystem.Run(`tree ${cacheFolder}`);
}

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -103,7 +103,7 @@ export class Caching {
if (Input.cloudRunnerTests) {
await CloudRunnerSystem.Run(`tree ${cacheFolder}`);
}
await extract(`${cacheSelection}.zip`, { dir: cacheFolder });
await extract(`${cacheSelection}.zip`, { dir: path.basename(destinationFolder) });
if (Input.cloudRunnerTests) {
await CloudRunnerSystem.Run(`tree ${cacheFolder}`);
}