Good job me.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env pwsh
|
||||
|
||||
Get-ChildItem release/*.zip | Get-FileHash -Algorithm S | ForEach-Object {
|
||||
Get-ChildItem release/*.zip | Get-FileHash -Algorithm SHA256 | ForEach-Object {
|
||||
$_.Hash > "$($_.Path).sha256";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user