Skip to content

Commit e1196b3

Browse files
authored
Update Add-Package.ps1
1 parent 58c2694 commit e1196b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/BuildPhpExtension/private/Add-Package.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function Add-Package {
5151
}
5252
}
5353

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 }
54+
if (Test-Path '..\deps\bin') { New-Item -ItemType Directory -Path "artifacts\bin" -Force | Out-Null; Copy-Item '..\deps\bin\*' -Destination "artifacts\bin" -Recurse -Force }
5555

5656
if(Test-Path ..\deps\bin) {
5757
$dllMap = Get-File -Url "https://files.ospanel.io/~windows/pecl/deps/dllmapping.json"

0 commit comments

Comments
 (0)