We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74d327a commit ba621a1Copy full SHA for ba621a1
.github/workflows/build.yml
@@ -412,6 +412,7 @@ jobs:
412
export LDK_GARBAGECOLLECTED_GIT_OVERRIDE="$(git describe --tag HEAD)"
413
cp "ldk-java-bins/${LDK_GARBAGECOLLECTED_GIT_OVERRIDE}/"liblightningjni_Mac*.nativelib ldk-java-bins/new/
414
cp "ldk-java-bins/${LDK_GARBAGECOLLECTED_GIT_OVERRIDE}/"LDK-release.aar ldk-java-bins/new/
415
+ cp "ldk-java-bins/${LDK_GARBAGECOLLECTED_GIT_OVERRIDE}/"org.ldk.nupkg ldk-java-bins/new/
416
cp src/main/resources/liblightningjni_Linux-amd64.nativelib ldk-java-bins/new/
417
cp ldk-java-sources.jar ldk-java-bins/new/
418
cp ldk-java.jar ldk-java-bins/new/
0 commit comments