File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ jobs:
288288 - name : Build FNA
289289 if : ${{ matrix.platform == 'linux' }}
290290 working-directory : source/FNA
291- run : dotnet build -c ${{ env.BUILD_TYPE }} FNA.Core .csproj
291+ run : dotnet build -c ${{ env.BUILD_TYPE }} FNA.NetFramework .csproj
292292
293293 # Upload
294294 - name : Copy binaries (Windows)
@@ -312,8 +312,8 @@ jobs:
312312 - name : Copy binaries (Linux)
313313 if : ${{ matrix.platform == 'linux' }}
314314 run : |
315- cp source/FNA/bin/${{ env.BUILD_TYPE }}/net7 .0/FNA.dll FNA.dll
316- cp source/FNA/bin/${{ env.BUILD_TYPE }}/net7 .0/FNA.pdb FNA.pdb
315+ cp source/FNA/bin/${{ env.BUILD_TYPE }}/net4 .0/FNA.dll FNA.dll
316+ cp source/FNA/bin/${{ env.BUILD_TYPE }}/net4 .0/FNA.pdb FNA.pdb
317317 cp ${{ env.SDL2_DIR }}/lib/libSDL2-2.0.so.0 libSDL2-2.0.so.0
318318 cp source/FNA/lib/FAudio/build/libFAudio.so.0 libFAudio.so.0
319319 cp source/FNA/lib/FNA3D/build/libFNA3D.so.0 libFNA3D.so.0
You can’t perform that action at this time.
0 commit comments