[C#] Upload the release zip as a CI artifact v0.0.118.0-alpha1
authorMatt Corallo <git@bluematt.me>
Thu, 16 Nov 2023 20:10:34 +0000 (20:10 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 16 Nov 2023 23:44:09 +0000 (23:44 +0000)
.github/workflows/build.yml

index dda796c93d28843dd6cdf57fc5b43334e848e638..c6b18284c8bfac63bcb515012c6f9a0c71a4a95a 100644 (file)
@@ -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