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
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -116,7 +116,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
source: "raylib-osx64/raylib-${{steps.get-tag.outputs.info}}_macos/lib/libraylib.dylib"
|
source: "raylib-osx64/raylib-${{steps.get-tag.outputs.info}}_macos/lib/libraylib.dylib"
|
||||||
target: "Raylib-cs/runtimes/osx-x64/native/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
|
- id: get-nuget-version
|
||||||
name: Get NuGet Package Version
|
name: Get NuGet Package Version
|
||||||
uses: mavrosxristoforos/get-xml-info@1.0
|
uses: mavrosxristoforos/get-xml-info@1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user