diff options
| author | Carlos Zúñiga <carlos.zun@gmail.com> | 2022-02-20 19:58:53 -0500 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2022-02-21 00:40:46 -0500 |
| commit | d8da9a01fcfebf14a9f262cabf36f1c0767d2e2b (patch) | |
| tree | ac11d9c106102b67f64739af172b1db4903033a1 /ci | |
| parent | a4df443f966514a7dedbe3eec4bd3303cf1797c1 (diff) | |
| download | zig-d8da9a01fcfebf14a9f262cabf36f1c0767d2e2b.tar.gz zig-d8da9a01fcfebf14a9f262cabf36f1c0767d2e2b.zip | |
Use lowercase in shasum for windows builds
Diffstat (limited to 'ci')
| -rw-r--r-- | ci/azure/pipelines.yml | 2 |
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" |
