mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 04:34:37 +03:00
chore(ci): print error message for jom md5 error
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
@@ -248,6 +248,7 @@ steps:
|
||||
if ((Get-FileHash $env:JOM -Algorithm MD5).Hash -eq $env:MD5) {
|
||||
unzip $env:JOM
|
||||
} else {
|
||||
Write-Host "##[error]Invalid MD5 hash for a downloaded $env:JOM ... aborting"
|
||||
exit 1
|
||||
}
|
||||
condition: |
|
||||
|
||||
Reference in New Issue
Block a user