From: Matt Corallo Date: Thu, 16 Nov 2023 20:10:34 +0000 (+0000) Subject: [C#] Upload the release zip as a CI artifact X-Git-Tag: v0.0.118.0-alpha1 X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-java;a=commitdiff_plain;h=ee19a18c55e106a79417891e30756736260804fc [C#] Upload the release zip as a CI artifact --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dda796c9..c6b18284 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -210,6 +210,10 @@ jobs: run: | cd c_sharp ./build-release-nupkg.sh + - uses: actions/upload-artifact@v3 + with: + name: org.ldk.nupkg + path: c_sharp/org.ldk.nupkg - name: Check latest auto-generated code is in git run: | # Checkout files that get updated with version information