CI: Don't copy SDL3 to AOT output
Some checks failed
CI / Linux (push) Has been cancelled
CI / Steam Linux Runtime (NativeAOT) (push) Has been cancelled

This commit is contained in:
Ethan Lee 2025-04-06 23:36:14 -04:00 committed by GitHub
parent b9b90e2eeb
commit 4966f7cd7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,7 +58,6 @@ jobs:
- name: Build/Publish
run: |
dotnet publish -c Release RogueLegacy.Core.csproj
cp /usr/lib/x86_64-linux-gnu/libSDL3.so.0 bin/Release/net8.0/linux-x64/publish/
cp /usr/local/lib/libFAudio.so.0 bin/Release/net8.0/linux-x64/publish/
cp /usr/local/lib/libFNA3D.so.0 bin/Release/net8.0/linux-x64/publish/
ls -l bin/Release/net8.0/linux-x64/publish/