From 9c29267d3e571c6a4a706a62a6731ad6fce65d2a Mon Sep 17 00:00:00 2001 From: Alexey Osipov Date: Wed, 9 Nov 2022 22:27:09 +0300 Subject: [PATCH] Fix build --- .github/workflows/cross-compile.yml | 2 +- bindings/csharp/Ckzg.Bindings/Ckzg.cs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cross-compile.yml b/.github/workflows/cross-compile.yml index 217384b..7544318 100644 --- a/.github/workflows/cross-compile.yml +++ b/.github/workflows/cross-compile.yml @@ -71,4 +71,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: Ckzg.Bindings.nuget - path: bindings/csharp/build/Ckzg.Bindings.1.0.0.nupkg \ No newline at end of file + path: bindings/csharp/build/Ckzg.Bindings.*.nupkg \ No newline at end of file diff --git a/bindings/csharp/Ckzg.Bindings/Ckzg.cs b/bindings/csharp/Ckzg.Bindings/Ckzg.cs index e2bb4a0..4c09a1f 100644 --- a/bindings/csharp/Ckzg.Bindings/Ckzg.cs +++ b/bindings/csharp/Ckzg.Bindings/Ckzg.cs @@ -1,4 +1,3 @@ -using System; using System.Runtime.InteropServices; using System.Runtime.Loader;