mirror of
				https://github.com/shivammathur/setup-php.git
				synced 2025-10-31 15:26:23 +07:00 
			
		
		
		
	Merge pull request #609 from dino182/develop
Fix Add-Path for self-hosted Windows
This commit is contained in:
		| @ -88,6 +88,7 @@ Function Add-Path { | |||||||
|   } |   } | ||||||
|   if ($env:GITHUB_PATH) { |   if ($env:GITHUB_PATH) { | ||||||
|     Add-Content $PathItem -Path $env:GITHUB_PATH -Encoding utf8 |     Add-Content $PathItem -Path $env:GITHUB_PATH -Encoding utf8 | ||||||
|  |     $env:PATH += "$PathItem;" | ||||||
|   } else { |   } else { | ||||||
|     $newPath = (Get-ItemProperty -Path 'hkcu:\Environment' -Name PATH).Path.replace("$PathItem;", '') |     $newPath = (Get-ItemProperty -Path 'hkcu:\Environment' -Name PATH).Path.replace("$PathItem;", '') | ||||||
|     $newPath = $PathItem + ';' + $newPath |     $newPath = $PathItem + ';' + $newPath | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Shivam Mathur
					Shivam Mathur