diff --git a/package.ps1 b/package.ps1 index 99d95f7..a3f1cfe 100644 --- a/package.ps1 +++ b/package.ps1 @@ -35,5 +35,5 @@ else Compress-Archive -Force "artifacts/replays/*" -DestinationPath "artifacts/replays.zip" -CompressionLevel Optimal } Remove-Item -Force -Recurse artifacts/replays -$fileHash = Get-FileHash "artifacts/replays.zip" -Algorithm SHA1 | Select-Object Hash -Write-Host -ForegroundColor Cyan "::set-output name=SHA1::" $fileHash.Hash +$fileHash = Get-FileHash "artifacts/replays.zip" -Algorithm SHA256 | Select-Object Hash +Write-Host -ForegroundColor Cyan "::set-output name=SHA256::" $fileHash.Hash