Use lowercase in shasum for windows builds

This commit is contained in:
Carlos Zúñiga 2022-02-20 19:58:53 -05:00 committed by Andrew Kelley
parent a4df443f96
commit d8da9a01fc

View file

@ -137,7 +137,7 @@ jobs:
--acl public-read `
--cache-control 'public, max-age=31536000, immutable'
Set-Variable -Name SHASUM -Value (Get-FileHash "$TARBALL" -Algorithm SHA256 | select-object -ExpandProperty Hash)
Set-Variable -Name SHASUM -Value (Get-FileHash "$TARBALL" -Algorithm SHA256 | select-object -ExpandProperty Hash).ToLower()
Set-Variable -Name BYTESIZE -Value (Get-Item "$TARBALL").length
Set-Variable -Name JSONFILE -Value "windows-${Env:BUILD_SOURCEBRANCHNAME}.json"