We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5748cef commit 70f8adaCopy full SHA for 70f8ada
.github/workflows/scripts/windows/setup.ps1
@@ -11,7 +11,9 @@ if ($Process.ExitCode -eq 0) {
11
exit 1
12
}
13
14
+$env:GITHUB_ENV
15
Get-Content $env:GITHUB_ENV | foreach {
16
$name, $value = $_.split('=')
17
+ Write-Host "Setting environment variable '$name' to '$value'"
18
Set-Content env:\$name $value
19
0 commit comments