ci(covector): echo hash only

This commit is contained in:
amrbashir
2023-01-21 04:41:31 +02:00
parent 1f0978f137
commit faff4219bb

View File

@@ -16,7 +16,7 @@
"pipe": true
},
{
"command": "powershell -Command 'Get-FileHash -Algorithm SHA1 \"../target/i686-pc-windows-msvc/release/${ pkg.pkg }.dll\"'",
"command": "powershell -Command 'Get-FileHash -Algorithm SHA1 \"../target/i686-pc-windows-msvc/release/${ pkg.pkg }.dll\" | Select -ExpandProperty Hash'",
"dryRunCommand": true,
"pipe": true
},