mirror of
				https://kkgithub.com/actions/setup-node.git
				synced 2025-10-31 10:41:57 +08:00 
			
		
		
		
	win change
This commit is contained in:
		
							
								
								
									
										4
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							| @ -13014,7 +13014,9 @@ function getNode(versionSpec, stable, token) { | ||||
|             let extPath; | ||||
|             if (osPlat == 'win32') { | ||||
|                 let _7zPath = path.join(__dirname, '..', 'externals', '7zr.exe'); | ||||
|                 extPath = yield tc.extract7z(downloadPath, undefined, _7zPath); | ||||
|                 // 7z extracts to filename folder | ||||
|                 const srcPath = path.join(downloadPath, `node-v${info.resolvedVersion}-win-${osArch}`); | ||||
|                 extPath = yield tc.extract7z(srcPath, undefined, _7zPath); | ||||
|             } | ||||
|             else { | ||||
|                 extPath = yield tc.extractTar(downloadPath, undefined, [ | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Bryan MacFarlane
					Bryan MacFarlane