diff --git a/dist/cache-save/index.js b/dist/cache-save/index.js index c9c91ec7..bef6790a 100644 --- a/dist/cache-save/index.js +++ b/dist/cache-save/index.js @@ -59722,7 +59722,7 @@ class CacheDistributor { const file = this.packageManager === 'pip' ? `${this.cacheDependencyPath .split('\n') - .join(',')} or ${constants_1.CACHE_DEPENDENCY_BACKUP_PATH}}` + .join(',')} or ${constants_1.CACHE_DEPENDENCY_BACKUP_PATH}` : this.cacheDependencyPath.split('\n').join(','); throw new Error(`No file in ${process.cwd()} matched to [${file}], make sure you have checked out the target repository`); } diff --git a/dist/setup/index.js b/dist/setup/index.js index 6d4e3557..c309b19d 100644 --- a/dist/setup/index.js +++ b/dist/setup/index.js @@ -65798,7 +65798,7 @@ class CacheDistributor { const file = this.packageManager === 'pip' ? `${this.cacheDependencyPath .split('\n') - .join(',')} or ${constants_1.CACHE_DEPENDENCY_BACKUP_PATH}}` + .join(',')} or ${constants_1.CACHE_DEPENDENCY_BACKUP_PATH}` : this.cacheDependencyPath.split('\n').join(','); throw new Error(`No file in ${process.cwd()} matched to [${file}], make sure you have checked out the target repository`); }