From b0b675d9c6c4201e87b493c6a3eb3b90b02ab08b Mon Sep 17 00:00:00 2001 From: vobradovich Date: Wed, 6 Nov 2024 12:39:08 +0100 Subject: [PATCH] wip: ci3 --- .github/workflows/net-build-client-gen.yml | 13 ++++++++++++- .../Sails.ClientGenerator.csproj | 4 ++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.github/workflows/net-build-client-gen.yml b/.github/workflows/net-build-client-gen.yml index 4f441f32..4ab07cc1 100644 --- a/.github/workflows/net-build-client-gen.yml +++ b/.github/workflows/net-build-client-gen.yml @@ -34,5 +34,16 @@ jobs: - uses: actions/upload-artifact@v4 with: name: linux-x64 - path: ./target/release/sails_client_gen_dotnet.so + path: ./target/release/libsails_client_gen_dotnet.so + retention-days: 1 + + osx-arm64: + runs-on: macos-latest + steps: + - uses: actions/checkout@v4 + - run: cargo build -p sails-client-gen-dotnet --release + - uses: actions/upload-artifact@v4 + with: + name: linux-x64 + path: ./target/release/libsails_client_gen_dotnet.dylib retention-days: 1 diff --git a/net/src/Sails.ClientGenerator/Sails.ClientGenerator.csproj b/net/src/Sails.ClientGenerator/Sails.ClientGenerator.csproj index 555e7b0f..f4da178a 100644 --- a/net/src/Sails.ClientGenerator/Sails.ClientGenerator.csproj +++ b/net/src/Sails.ClientGenerator/Sails.ClientGenerator.csproj @@ -32,6 +32,10 @@ + + + +