Skip to content

Commit

Permalink
Update build.yml (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
9ParsonsB committed Nov 1, 2022
1 parent ae4a11b commit 8c72abb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit 8c72abb

Please sign in to comment.