Skip to content

Commit 60e3798

Browse files
Remove post-zip integrity validation
1 parent 9f2b461 commit 60e3798

3 files changed

Lines changed: 0 additions & 70 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -267,12 +267,6 @@ jobs:
267267
268268
# Installer is created in output during the previous step
269269
270-
- name: Validate release zip
271-
shell: pwsh
272-
run: |
273-
$Platform = '${{ matrix.platform }}'
274-
.\scripts\verify-release-zip.ps1 -ZipPath "$PWD/output/UniGetUI.$Platform.zip" -FailOnUnexpectedFiles
275-
276270
- name: Code-sign installer
277271
if: ${{ fromJSON(needs.preflight.outputs.dry-run) == false }}
278272
shell: pwsh

scripts/build.ps1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,6 @@ Write-Host "`n=== Refreshing integrity tree before zip packaging ===" -Foregroun
105105
Write-Host "`n=== Creating zip: $ZipPath ===" -ForegroundColor Cyan
106106
Compress-Archive -Path (Join-Path $BinDir "*") -DestinationPath $ZipPath -CompressionLevel Optimal
107107

108-
Write-Host "`n=== Validating release zip ===" -ForegroundColor Cyan
109-
& (Join-Path $PSScriptRoot "verify-release-zip.ps1") -ZipPath $ZipPath -FailOnUnexpectedFiles
110-
111108
# --- Installer (Inno Setup) ---
112109
if (-not $SkipInstaller) {
113110
$IsccPath = $null

scripts/verify-release-zip.ps1

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)