mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-04-13 13:58:31 +02:00
ci : fix whisper.dll path in build.yml
This commit is contained in:
parent
4c0c912176
commit
5f75cae0b5
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user