fix(build): minor change to the build system to trigger new tags

This commit is contained in:
2025-07-12 17:32:59 -05:00
parent 1e3b755b88
commit 2b9a859e7e

View File

@@ -21,7 +21,7 @@ if (Test-Path $envFile) {
}
if (-not $env:BUILD_NAME) {
Write-Warning "BUILD_NAME environment variable is not set. Cannot create BUILD_NUMBER file."
Write-Warning "BUILD_NAME environment variable is not set. Cannot create BUILD_NUMBER file"
exit 1
}