diff --git a/src/installer.ts b/src/installer.ts index 2298a24..66d4c95 100644 --- a/src/installer.ts +++ b/src/installer.ts @@ -228,7 +228,7 @@ async function cacheWindowsDir( const actualCacheDirectoryPaths = cacheDirectoryPaths.map(path => { return { defaultPath: path, - actualPath: path.replace('D:', 'C:').replace('d:', 'c:') + actualPath: path.replace('C:', 'D:').replace('c:', 'd:') }; });