Debug cache extract

pull/310/head
Frostebite 2022-01-13 20:09:26 +00:00
parent dfc4001434
commit 3b63c86d7b
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: fullDestination });
yield extract_zip_1.default(`${cacheSelection}.zip`, { dir: 'test' });
if (__1.Input.cloudRunnerTests) {
yield cloud_runner_system_1.CloudRunnerSystem.Run(`tree ${fullDestination}`);
}

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: fullDestination });
await extract(`${cacheSelection}.zip`, { dir: 'test' });
if (Input.cloudRunnerTests) {
await CloudRunnerSystem.Run(`tree ${fullDestination}`);
}