mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 07:38:37 +08:00 
			
		
		
		
	Await io mkdirP (#100)
This commit is contained in:
		
							parent
							
								
									8d14a2150b
								
							
						
					
					
						commit
						84b3b283f0
					
				| 
						 | 
					@ -86,7 +86,8 @@ async function run(): Promise<void> {
 | 
				
			||||||
                )} MB (${archiveFileSize} B)`
 | 
					                )} 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
 | 
					            // http://man7.org/linux/man-pages/man1/tar.1.html
 | 
				
			||||||
            // tar [-options] <name of the tar archive> [files or directories which to add into archive]
 | 
					            // tar [-options] <name of the tar archive> [files or directories which to add into archive]
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user