From b4c915c0ab456cf7bdcb8090fb26fab6618a54f4 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Thu, 14 Apr 2022 03:22:11 +0000 Subject: [PATCH] Fix spurious inclusion of the OSX leaktracking bins in the release jar --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9b0c9ac2..c8599da2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -192,6 +192,7 @@ jobs: cd ../.. mkdir -p src/main/resources/ cp "ldk-java-bins/${LDK_GARBAGECOLLECTED_GIT_OVERRIDE}/liblightningjni_MacOSX-"* src/main/resources/ + rm src/main/resources/liblightningjni_MacOSX-*-leaktracking.nativelib - name: Build Java Release Bindings run: | export LDK_GARBAGECOLLECTED_GIT_OVERRIDE="$(git describe --tag HEAD)" -- 2.30.2