mirror of
https://github.com/tauri-apps/nsis-tauri-utils.git
synced 2026-01-31 00:45:23 +01:00
ci(covector): echo hash only
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user