Skip to content

Commit e9685a3

Browse files
Copilotunivrsal
andcommitted
Exclude libuiohook lib/include directories from Windows CI zip
Co-authored-by: univrsal <8353672+univrsal@users.noreply.github.com>
1 parent b061c2d commit e9685a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/Package-Windows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function Package {
7575
PackageClientAndPresets
7676

7777
$CompressArgs = @{
78-
Path = (Get-ChildItem -Path "${ProjectRoot}/release/${Configuration}" -Exclude "${OutputName}*.*")
78+
Path = (Get-ChildItem -Path "${ProjectRoot}/release/${Configuration}" -Exclude "${OutputName}*.*", "lib", "include")
7979
CompressionLevel = 'Optimal'
8080
DestinationPath = "${ProjectRoot}/release/${OutputName}.zip"
8181
Verbose = ($Env:CI -ne $null)

0 commit comments

Comments
 (0)