Skip to content

Commit fd7ba56

Browse files
Update .github/workflows/windows_build.yml
Co-authored-by: Copilot <[email protected]>
1 parent 11df29a commit fd7ba56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
**Build Info:**
240240
- Commit: [${{ github.sha }}](https://github.com/${{ github.repository }}/commit/${{ github.sha }})
241241
- Build: #${{ github.run_number }}
242-
- Date: $(Get-Date -Format 'yyyy-MM-dd HH:mm:ss UTC')
242+
- Date: $(Get-Date).ToUniversalTime().ToString('yyyy-MM-dd HH:mm:ss') + ' UTC'
243243
"@
244244
$fallbackNotes = $fallbackNotes -replace "(\r\n|\r|\n)", "%0A"
245245
echo "notes=$fallbackNotes" >> $env:GITHUB_OUTPUT

0 commit comments

Comments
 (0)