Watch
2
0
Fork
You've already forked raylib-cs
0

Update build.yml (#140)

This commit is contained in:
Ben Parsons 2022-11-01 18:31:23 +11:00 committed by GitHub
commit 8c72abb141
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -117,6 +117,12 @@ jobs:
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