Skip to content

Commit a95209c

Browse files
author
Edward Thomson
committed
fixup
1 parent 65acfa1 commit a95209c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

download.build.artifacts.and.package.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ Add-Type -assembly "System.Io.Compression.Filesystem"
136136
[Io.Compression.ZipFile]::ExtractToDirectory("$($osxBins.FullName)", "$($osxBins.FullName).ext")
137137

138138
Write-Host -ForegroundColor "Yellow" "Including non Windows build artifacts"
139-
Move-Item "$($linuxBins.FullName).ext\libgit2\linux-x64\*.so" "$($package.FullName).ext\runtimes\linux-x64\native"
139+
Move-Item "$($linuxBins.FullName).ext\libgit2\linux-x64\native\*.so" "$($package.FullName).ext\runtimes\linux-x64\native"
140140
Remove-Item "$($package.FullName).ext\runtimes\linux-x64\native\addbinaries.here"
141-
Move-Item "$($osxBins.FullName).ext\libgit2\osx\*.dylib" "$($package.FullName).ext\runtimes\osx\native"
141+
Move-Item "$($osxBins.FullName).ext\libgit2\osx\native\*.dylib" "$($package.FullName).ext\runtimes\osx\native"
142142
Remove-Item "$($package.FullName).ext\runtimes\osx\native\addbinaries.here"
143143

144144
Write-Host -ForegroundColor "Yellow" "Building final NuGet package"

0 commit comments

Comments
 (0)