From a5572734efc4c5cc32e71436e56f42d2122ccdbe Mon Sep 17 00:00:00 2001 From: Evgenii Korolevskii Date: Fri, 17 Feb 2023 12:49:07 +0100 Subject: [PATCH] build --- dist/cache-save/index.js | 2 +- dist/setup/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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`); }