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 a9548e7 commit 49d4cb7Copy full SHA for 49d4cb7
.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
47
$QuarterHours = [Math]::Floor($Now.Minute / 15.0)
48
$Revision = $Hours + $QuarterHours + 1
49
$BuildId = $Now.ToString("yyyyMMdd") + "." + $Revision
50
- Write-Output "_AspNetContribBuildNumber=${BuildId}" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
+ Write-Output "_AspNetContribBuildNumber=${BuildId}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
51
52
- name: Build, Test and Package
53
if: ${{ runner.os == 'Windows' }}
0 commit comments