diff --git a/src/restore.ts b/src/restore.ts index 5d9da4a..87a2684 100644 --- a/src/restore.ts +++ b/src/restore.ts @@ -86,7 +86,8 @@ async function run(): Promise { )} MB (${archiveFileSize} B)` ); - io.mkdirP(cachePath); + // Create directory to extract tar into + await io.mkdirP(cachePath); // http://man7.org/linux/man-pages/man1/tar.1.html // tar [-options] [files or directories which to add into archive]