@actions/cache
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -138,2 +138,5 @@ "use strict"; | ||
core.debug(`${JSON.stringify(cachePaths)}`); | ||
if (cachePaths.length === 0) { | ||
throw new Error(`Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved.`); | ||
} | ||
const archiveFolder = yield utils.createTempDirectory(); | ||
@@ -140,0 +143,0 @@ const archivePath = path.join(archiveFolder, utils.getCacheFileName(compressionMethod)); |
{ | ||
"name": "@actions/cache", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"preview": true, | ||
@@ -5,0 +5,0 @@ "description": "Actions cache lib", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
93547
1374