mirror of
				https://github.com/shivammathur/setup-php.git
				synced 2025-10-30 23:07:56 +07:00 
			
		
		
		
	Fix Add-Env in win32.ps1
This commit is contained in:
		| @ -106,6 +106,7 @@ Function Add-Env { | ||||
|     Add-Content "$EnvName=$EnvValue" -Path $env:GITHUB_ENV -Encoding utf8 | ||||
|   } else { | ||||
|     Set-ItemProperty -Path 'hkcu:\Environment' -Name $EnvName -Value $EnvValue | ||||
|     Add-ToProfile $current_profile $EnvName "`$env:$EnvName=`"$EnvValue`"" | ||||
|   } | ||||
| } | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Shivam Mathur
					Shivam Mathur