We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0c912 commit 5f75caeCopy full SHA for 5f75cae
.github/workflows/build.yml
@@ -1037,8 +1037,8 @@ jobs:
1037
run: |
1038
New-Item -Path "build\Release" -ItemType Directory -Force
1039
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"
+ Copy-Item -Path "whisper.dll" -Destination "build\Release\whisper.dll" -Force
+ Write-Host "Copied whisper.dll to build\Release\whisper.dll directory"
1042
1043
Copy-Item -Path "SDL2.dll" -Destination "build\Release\SDL2.dll" -Force
1044
Write-Host "Copied SDL2.dll to build\Release\SDL2.dll directory"
0 commit comments