fml v0.0.118.0-alpha0
authorMatt Corallo <git@bluematt.me>
Fri, 10 Nov 2023 20:39:16 +0000 (20:39 +0000)
committerMatt Corallo <git@bluematt.me>
Sat, 11 Nov 2023 02:40:51 +0000 (02:40 +0000)
.github/workflows/build.yml

index b57cbad22ff3e17e702818f5cc6367d577890376..8948e561641d17844060a5bce61ea72825b1bb51 100644 (file)
@@ -236,6 +236,10 @@ jobs:
           tar xvvf ../../bins-snapshot.tgz
           mv ldk-java-bins-*/* ./
           rm -r ldk-java-bins-*
+      - uses: actions/upload-artifact@v3
+        with:
+          name: fml
+          path: c_sharp/org.ldk.nupkg
       - name: Compare C# nupkg with built one
         shell: bash
         run: |