Add fix cache paths

This commit is contained in:
Bassem Dghaidi 2024-06-17 03:35:51 -07:00 committed by GitHub
parent 92c0d581d5
commit ae82de5d80
4 changed files with 4 additions and 4 deletions

View File

@ -3336,7 +3336,7 @@ function restoreCachev2(paths, primaryKey, restoreKeys, options, enableCrossOsAr
}
core.info(`Cache hit for: ${signedDownloadURL.blobs[0].key}`);
core.info(`Starting download of artifact to: ${paths[0]}`);
yield (0, download_cache_1.StreamExtract)(signedDownloadURL.blobs[0].signedUrl, paths[0]);
yield (0, download_cache_1.StreamExtract)(signedDownloadURL.blobs[0].signedUrl, path.dirname(paths[0]));
core.info(`Artifact download completed successfully.`);
return keys[0];
}

View File

@ -3336,7 +3336,7 @@ function restoreCachev2(paths, primaryKey, restoreKeys, options, enableCrossOsAr
}
core.info(`Cache hit for: ${signedDownloadURL.blobs[0].key}`);
core.info(`Starting download of artifact to: ${paths[0]}`);
yield (0, download_cache_1.StreamExtract)(signedDownloadURL.blobs[0].signedUrl, paths[0]);
yield (0, download_cache_1.StreamExtract)(signedDownloadURL.blobs[0].signedUrl, path.dirname(paths[0]));
core.info(`Artifact download completed successfully.`);
return keys[0];
}

View File

@ -3336,7 +3336,7 @@ function restoreCachev2(paths, primaryKey, restoreKeys, options, enableCrossOsAr
}
core.info(`Cache hit for: ${signedDownloadURL.blobs[0].key}`);
core.info(`Starting download of artifact to: ${paths[0]}`);
yield (0, download_cache_1.StreamExtract)(signedDownloadURL.blobs[0].signedUrl, paths[0]);
yield (0, download_cache_1.StreamExtract)(signedDownloadURL.blobs[0].signedUrl, path.dirname(paths[0]));
core.info(`Artifact download completed successfully.`);
return keys[0];
}

2
dist/save/index.js vendored
View File

@ -3336,7 +3336,7 @@ function restoreCachev2(paths, primaryKey, restoreKeys, options, enableCrossOsAr
}
core.info(`Cache hit for: ${signedDownloadURL.blobs[0].key}`);
core.info(`Starting download of artifact to: ${paths[0]}`);
yield (0, download_cache_1.StreamExtract)(signedDownloadURL.blobs[0].signedUrl, paths[0]);
yield (0, download_cache_1.StreamExtract)(signedDownloadURL.blobs[0].signedUrl, path.dirname(paths[0]));
core.info(`Artifact download completed successfully.`);
return keys[0];
}