From 8d75914f75bb0936e2a758248195172392ec3fac Mon Sep 17 00:00:00 2001 From: Ben Parsons <9ParsonsB@users.noreply.github.com> Date: Tue, 1 Nov 2022 09:26:34 +1100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e5df635..c26dd73 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -116,7 +116,13 @@ jobs: with: source: "raylib-osx64/raylib-${{steps.get-tag.outputs.info}}_macos/lib/libraylib.dylib" target: "Raylib-cs/runtimes/osx-x64/native/libraylib.dylib" - + + - name: copy osx-arm64 + uses: canastro/copy-file-action@master + with: + source: "raylib-osx64/raylib-${{steps.get-tag.outputs.info}}_macos/lib/libraylib.dylib" + target: "Raylib-cs/runtimes/osx-arm64/native/libraylib.dylib" + - id: get-nuget-version name: Get NuGet Package Version uses: mavrosxristoforos/get-xml-info@1.0