Skip to content

Commit b4c915c

Browse files
committed
Fix spurious inclusion of the OSX leaktracking bins in the release jar
1 parent f9d3d6a commit b4c915c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ jobs:
192192
cd ../..
193193
mkdir -p src/main/resources/
194194
cp "ldk-java-bins/${LDK_GARBAGECOLLECTED_GIT_OVERRIDE}/liblightningjni_MacOSX-"* src/main/resources/
195+
rm src/main/resources/liblightningjni_MacOSX-*-leaktracking.nativelib
195196
- name: Build Java Release Bindings
196197
run: |
197198
export LDK_GARBAGECOLLECTED_GIT_OVERRIDE="$(git describe --tag HEAD)"

0 commit comments

Comments
 (0)