This commit is contained in:
parent
701e185693
commit
4c63919604
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue