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 91ea6fe commit f509bf0Copy full SHA for f509bf0
.github/workflows/scripts/windows/setup.ps1
@@ -8,5 +8,5 @@ if ($Process.ExitCode -eq 0) {
8
Write-Host 'SUCCESS'
9
} else {
10
Write-Host ('FAILED ({0})' -f $Process.ExitCode)
11
- exit 1
+ exit 2
12
}
0 commit comments