mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-04-26 20:29:09 +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: |
|
run: |
|
||||||
New-Item -Path "build\Release" -ItemType Directory -Force
|
New-Item -Path "build\Release" -ItemType Directory -Force
|
||||||
|
|
||||||
Copy-Item -Path "whisper_x64.dll" -Destination "build\Release\whisper.dll" -Force
|
Copy-Item -Path "whisper.dll" -Destination "build\Release\whisper.dll" -Force
|
||||||
Write-Host "Copied whisper_x64.dll to build\Release\whisper.dll directory"
|
Write-Host "Copied whisper.dll to build\Release\whisper.dll directory"
|
||||||
|
|
||||||
Copy-Item -Path "SDL2.dll" -Destination "build\Release\SDL2.dll" -Force
|
Copy-Item -Path "SDL2.dll" -Destination "build\Release\SDL2.dll" -Force
|
||||||
Write-Host "Copied SDL2.dll to build\Release\SDL2.dll directory"
|
Write-Host "Copied SDL2.dll to build\Release\SDL2.dll directory"
|
||||||
|
Loading…
Reference in New Issue
Block a user