File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -105,9 +105,6 @@ Write-Host "`n=== Refreshing integrity tree before zip packaging ===" -Foregroun
105105Write-Host " `n === Creating zip: $ZipPath ===" - ForegroundColor Cyan
106106Compress-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) ---
112109if (-not $SkipInstaller ) {
113110 $IsccPath = $null
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments