aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorCarlos Zúñiga <carlos.zun@gmail.com>2022-02-20 19:58:53 -0500
committerAndrew Kelley <andrew@ziglang.org>2022-02-21 00:40:46 -0500
commitd8da9a01fcfebf14a9f262cabf36f1c0767d2e2b (patch)
treeac11d9c106102b67f64739af172b1db4903033a1 /ci
parenta4df443f966514a7dedbe3eec4bd3303cf1797c1 (diff)
downloadzig-d8da9a01fcfebf14a9f262cabf36f1c0767d2e2b.tar.gz
zig-d8da9a01fcfebf14a9f262cabf36f1c0767d2e2b.zip
Use lowercase in shasum for windows builds
Diffstat (limited to 'ci')
-rw-r--r--ci/azure/pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/azure/pipelines.yml b/ci/azure/pipelines.yml
index 66c412f1e4..b93d057e6a 100644
--- 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"