mirror of
https://github.com/actions/setup-go.git
synced 2026-02-11 15:34:44 +08:00
@@ -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:')
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user