Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
igoravl committed Jul 24, 2024
1 parent d16aff0 commit 0bd3d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ try {
$isCI = $true
}
elseif ($env:GITHUB_ACTIONS) {
Write-Output "BUILD_NAME=$BuildName" >> $GITHUB_OUTPUT
Write-Output "BUILD_NAME=$BuildName" >> $env:GITHUB_OUTPUT
$isCI = $true
}

Expand Down

0 comments on commit 0bd3d45

Please sign in to comment.