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