We need coffee.
Some checks are pending
CI/CD / build (push) Waiting to run

This commit is contained in:
Felipe Cotti 2024-11-30 04:21:36 -03:00
parent 701e185693
commit 4c63919604

View file

@ -32,7 +32,7 @@ jobs:
- name: Copy OpenAL32.dll
run: |
Copy-Item -Path "src\Plpext\Plpext.Core.Windows\lib\x64\OpenAL32.dll" -Destination "publish\OpenAL32.dll" -Force
Copy-Item -Path "src\Plpext.Core.Windows\lib\x64\OpenAL32.dll" -Destination "publish\OpenAL32.dll" -Force
if (Test-Path "publish\OpenAL32.dll") {
Write-Host "OpenAL32.dll successfully copied to publish folder"
} else {