Fangjun Kuang
Committed by GitHub

Fix the missing online punctuation in android aar (#2577)

... ... @@ -177,7 +177,7 @@ jobs:
file: sherpa-onnx-*-android.tar.bz2
# repo_name: k2-fsa/sherpa-onnx
# repo_token: ${{ secrets.UPLOAD_GH_SHERPA_ONNX_TOKEN }}
# tag: v1.11.5
# tag: v1.12.11
build-android-aar:
needs: [build-android-libs]
... ... @@ -310,9 +310,9 @@ jobs:
file_glob: true
overwrite: true
file: ./*.aar
# repo_name: k2-fsa/sherpa-onnx
# repo_token: ${{ secrets.UPLOAD_GH_SHERPA_ONNX_TOKEN }}
# tag: v1.11.5
repo_name: k2-fsa/sherpa-onnx
repo_token: ${{ secrets.UPLOAD_GH_SHERPA_ONNX_TOKEN }}
tag: v1.12.11
- name: Release android aar
if: github.repository_owner == 'k2-fsa' && github.event_name == 'push' && contains(github.ref, 'refs/tags/')
... ...
../../../../../../../../../../sherpa-onnx/kotlin-api/OnlinePunctuation.kt
\ No newline at end of file
... ...