mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-04-03 11:09:40 -04:00
Update build.yml (#140)
This commit is contained in:
parent
ae4a11b6d3
commit
8c72abb141
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user