diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b6282444a..ee884bfe0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -322,7 +322,7 @@ jobs: Write-Output "Re-compressing updater" Set-Location -Path ".." - Compress-Archive -CompressionLevel NoCompression -Path "$updater_extraction_folder_path\*" -DestinationPath "$updater_zip_file_path" + 7z a -tzip -mx=0 "$updater_zip_file_path" ".\$updater_extraction_folder_path\*" Remove-Item "$updater_zip_file_path.sig" Write-Output "Re-signing updater zip"