File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -399,6 +399,14 @@ jobs:
399399 ./genbindings.sh ./ldk-c-bindings/ "-I/usr/lib/jvm/java-17-openjdk-amd64/include/ -I/usr/lib/jvm/java-17-openjdk-amd64/include/linux/" false false
400400 - name : Build deterministic release jar
401401 run : ./build-release-jar.sh
402+ - uses : actions/upload-artifact@v3
403+ with :
404+ name : ldk-java.jar
405+ path : ldk-java.jar
406+ - uses : actions/upload-artifact@v3
407+ with :
408+ name : ldk-java-leaktracking.jar
409+ path : ldk-java-leaktracking.jar
402410 - name : Check latest library and jars are in bins repo
403411 run : |
404412 export LDK_GARBAGECOLLECTED_GIT_OVERRIDE="$(git describe --tag HEAD)"
@@ -635,6 +643,10 @@ jobs:
635643 export ANDROID_TOOLCHAIN="$(pwd)/android-ndk-r22b/toolchains/llvm/prebuilt/linux-x86_64"
636644 export PATH="$PATH:$ANDROID_TOOLCHAIN/bin"
637645 ./android-build.sh ./rust-lightning ./ldk-c-bindings/ ./ldk-java-bins/android-artifacts
646+ - uses : actions/upload-artifact@v3
647+ with :
648+ name : LDK-release.aar
649+ path : LDK-release.aar
638650 - name : Check latest library and jars are in bins repo
639651 run : |
640652 export LDK_GARBAGECOLLECTED_GIT_OVERRIDE="$(git describe --tag HEAD)"
You can’t perform that action at this time.
0 commit comments