Skip to content

Commit 5f75cae

Browse files
committed
ci : fix whisper.dll path in build.yml
1 parent 4c0c912 commit 5f75cae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,8 +1037,8 @@ jobs:
10371037
run: |
10381038
New-Item -Path "build\Release" -ItemType Directory -Force
10391039
1040-
Copy-Item -Path "whisper_x64.dll" -Destination "build\Release\whisper.dll" -Force
1041-
Write-Host "Copied whisper_x64.dll to build\Release\whisper.dll directory"
1040+
Copy-Item -Path "whisper.dll" -Destination "build\Release\whisper.dll" -Force
1041+
Write-Host "Copied whisper.dll to build\Release\whisper.dll directory"
10421042
10431043
Copy-Item -Path "SDL2.dll" -Destination "build\Release\SDL2.dll" -Force
10441044
Write-Host "Copied SDL2.dll to build\Release\SDL2.dll directory"

0 commit comments

Comments
 (0)