From 355413da5af39c02abe29cdb868cd2a9990f8a70 Mon Sep 17 00:00:00 2001 From: Mary Date: Mon, 5 Apr 2021 17:03:36 +0200 Subject: [PATCH] Fix align issue --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b50f2d5..86b93d9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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