We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c2694 commit e1196b3Copy full SHA for e1196b3
extension/BuildPhpExtension/private/Add-Package.ps1
@@ -51,7 +51,7 @@ function Add-Package {
51
}
52
53
54
- if (Test-Path '..\deps\bin') { New-Item -ItemType Directory -Path "artifacts\artifacts-bin" -Force | Out-Null; Copy-Item '..\deps\bin' -Destination "artifacts\artifacts-bin" -Recurse -Force }
+ if (Test-Path '..\deps\bin') { New-Item -ItemType Directory -Path "artifacts\bin" -Force | Out-Null; Copy-Item '..\deps\bin\*' -Destination "artifacts\bin" -Recurse -Force }
55
56
if(Test-Path ..\deps\bin) {
57
$dllMap = Get-File -Url "https://files.ospanel.io/~windows/pecl/deps/dllmapping.json"
0 commit comments