ci : fix whisper.dll path in build.yml

This commit is contained in:
Daniel Bevenius 2025-03-28 08:48:16 +01:00
parent 4c0c912176
commit 5f75cae0b5

View File

@ -1037,8 +1037,8 @@ jobs:
run: |
New-Item -Path "build\Release" -ItemType Directory -Force
Copy-Item -Path "whisper_x64.dll" -Destination "build\Release\whisper.dll" -Force
Write-Host "Copied whisper_x64.dll to build\Release\whisper.dll directory"
Copy-Item -Path "whisper.dll" -Destination "build\Release\whisper.dll" -Force
Write-Host "Copied whisper.dll to build\Release\whisper.dll directory"
Copy-Item -Path "SDL2.dll" -Destination "build\Release\SDL2.dll" -Force
Write-Host "Copied SDL2.dll to build\Release\SDL2.dll directory"