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 11df29a commit fd7ba56Copy full SHA for fd7ba56
.github/workflows/windows_build.yml
@@ -239,7 +239,7 @@ jobs:
239
**Build Info:**
240
- Commit: [${{ github.sha }}](https://github.com/${{ github.repository }}/commit/${{ github.sha }})
241
- Build: #${{ github.run_number }}
242
- - Date: $(Get-Date -Format 'yyyy-MM-dd HH:mm:ss UTC')
+ - Date: $(Get-Date).ToUniversalTime().ToString('yyyy-MM-dd HH:mm:ss') + ' UTC'
243
"@
244
$fallbackNotes = $fallbackNotes -replace "(\r\n|\r|\n)", "%0A"
245
echo "notes=$fallbackNotes" >> $env:GITHUB_OUTPUT
0 commit comments