File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -372,7 +372,7 @@ jobs:
372372 file : ' *.zip'
373373 update_latest_release : true
374374
375- build_artifacts_linux :
375+ build_jni_linux :
376376 name : Build JNI Libraries for Linux
377377 runs-on : ubuntu-22.04
378378 needs : versioning
@@ -425,7 +425,7 @@ jobs:
425425 path : build_artifacts/java/libusearch_jni.so
426426 retention-days : 1
427427
428- build_artifacts_windows :
428+ build_jni_windows :
429429 name : Build JNI Libraries for Windows
430430 runs-on : windows-2022
431431 needs : versioning
@@ -471,7 +471,7 @@ jobs:
471471 path : build_artifacts/java/Release/usearch_jni.dll
472472 retention-days : 1
473473
474- build_artifacts_macos :
474+ build_jni_macos :
475475 name : Build JNI Libraries for macOS
476476 runs-on : macos-13
477477 needs : versioning
@@ -516,7 +516,7 @@ jobs:
516516 path : build_artifacts/java/libusearch_jni.dylib
517517 retention-days : 1
518518
519- build_artifacts_android :
519+ build_jni_android :
520520 name : Build JNI Libraries for Android
521521 runs-on : ubuntu-22.04
522522 needs : versioning
@@ -629,7 +629,9 @@ jobs:
629629 create_linux_deb_package,
630630 create_windows_dll_library,
631631 create_macos_dylib_library,
632+ create_android_library,
632633 create_wasm_library,
634+ publish_java,
633635 deploy_docs_pages,
634636 ]
635637 steps :
Original file line number Diff line number Diff line change 158158 " dtype" ,
159159 " dunder" ,
160160 " DUSEARCH" ,
161+ " dylib" ,
161162 " emcmake" ,
162163 " endregion" ,
163164 " equi" ,
You can’t perform that action at this time.
0 commit comments