ci : fix path to SDL2.dll

This commit is contained in:
Daniel Bevenius 2025-03-27 19:01:56 +01:00
parent 95288a8f99
commit fdeea64b86

View File

@ -1045,8 +1045,8 @@ jobs:
exit 1
}
Copy-Item -Path "x64_SDL2.dll" -Destination "bindings\java\build\generated\resources\main\SDL2.dll" -Force
Write-Host "Copied x64_SDL2.dll to resources directory"
Copy-Item -Path "SDL2.dll" -Destination "bindings\java\build\generated\resources\main\SDL2.dll" -Force
Write-Host "Copied SDL2.dll to resources directory"
- name: Build
run: |