commit d8da9a01fcfebf14a9f262cabf36f1c0767d2e2b (tree)
parent a4df443f966514a7dedbe3eec4bd3303cf1797c1
Author: Carlos Zúñiga <carlos.zun@gmail.com>
Date: Sun, 20 Feb 2022 19:58:53 -0500
Use lowercase in shasum for windows builds
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ci/azure/pipelines.yml b/ci/azure/pipelines.yml
@@ -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"