diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dd68ca97..11c98550 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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"