mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-07-27 11:01:21 +00:00
Fix align issue
This commit is contained in:
parent
b146b0958f
commit
355413da5a
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -91,7 +91,7 @@ jobs:
|
|||
- name: Prepare release (Linux)
|
||||
run: cp install_output/lib/libSDL2-2.0.so.1 SDL2-CS/native/${{ matrix.platform.name }}/libSDL2.so
|
||||
if: runner.os == 'Linux'
|
||||
- name: Prepare release (OSX)
|
||||
- name: Prepare release (OSX)
|
||||
run: cp install_output/lib/libSDL2-2.0.dylib SDL2-CS/native/${{ matrix.platform.name }}/libSDL2.dylib
|
||||
if: runner.os == 'macOS'
|
||||
- name: Upload artifact
|
||||
|
|
Loading…
Reference in a new issue