Skip to content

Commit

Permalink
Fix Package Distribution (#2024)
Browse files Browse the repository at this point in the history
  • Loading branch information
nibanks authored Sep 22, 2021
1 parent ac909b9 commit 794436f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scripts/package-distribution.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,4 @@ foreach ($Build in $AllBuilds) {
}
# Package zip archive
Compress-Archive -Path "$TempDir/*" -DestinationPath (Join-Path $DistDir "msquic_$($Platform)_$BuildBaseName.zip") -Force

# For now, package only x64 Release binaries
if ($Platform -eq "linux" -and $BuildBaseName -like "*x64_Release*") {
Write-Output "Packaging $Build"
scripts/make-packages.sh --output $DistDir
}
}

0 comments on commit 794436f

Please sign in to comment.