Copy all the libs
This commit is contained in:
parent
7db7616f2b
commit
89a0c2af70
|
@ -58,6 +58,14 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: ckzg-library-win-x64
|
name: ckzg-library-win-x64
|
||||||
path: bindings/csharp/Ckzg.Bindings/runtimes/win-x64/native
|
path: bindings/csharp/Ckzg.Bindings/runtimes/win-x64/native
|
||||||
|
- uses: actions/download-artifact@v3
|
||||||
|
with:
|
||||||
|
name: ckzg-library-osx-arm64
|
||||||
|
path: bindings/csharp/Ckzg.Bindings/runtimes/osx-arm64/native
|
||||||
|
- uses: actions/download-artifact@v3
|
||||||
|
with:
|
||||||
|
name: ckzg-library-linux-arm64
|
||||||
|
path: bindings/csharp/Ckzg.Bindings/runtimes/linux-arm64/native
|
||||||
|
|
||||||
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
|
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
|
||||||
uses: actions/setup-dotnet@v3
|
uses: actions/setup-dotnet@v3
|
||||||
|
|
Loading…
Reference in New Issue