Fix a typo in the JNI for Android. (#2108)
This commit is contained in:
6
.github/workflows/android-static.yaml
vendored
6
.github/workflows/android-static.yaml
vendored
@@ -172,6 +172,9 @@ jobs:
|
||||
file_glob: true
|
||||
overwrite: true
|
||||
file: sherpa-onnx-*-android*.tar.bz2
|
||||
# repo_name: k2-fsa/sherpa-onnx
|
||||
# repo_token: ${{ secrets.UPLOAD_GH_SHERPA_ONNX_TOKEN }}
|
||||
# tag: v1.11.3
|
||||
|
||||
build-android-aar-static:
|
||||
needs: [build-android-static-libs]
|
||||
@@ -298,3 +301,6 @@ 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.3
|
||||
|
||||
5
.github/workflows/android.yaml
vendored
5
.github/workflows/android.yaml
vendored
@@ -166,6 +166,9 @@ jobs:
|
||||
file_glob: true
|
||||
overwrite: true
|
||||
file: sherpa-onnx-*-android.tar.bz2
|
||||
# repo_name: k2-fsa/sherpa-onnx
|
||||
# repo_token: ${{ secrets.UPLOAD_GH_SHERPA_ONNX_TOKEN }}
|
||||
# tag: v1.11.3
|
||||
|
||||
build-android-aar:
|
||||
needs: [build-android-libs]
|
||||
@@ -294,7 +297,7 @@ jobs:
|
||||
file: ./*.aar
|
||||
# repo_name: k2-fsa/sherpa-onnx
|
||||
# repo_token: ${{ secrets.UPLOAD_GH_SHERPA_ONNX_TOKEN }}
|
||||
# tag: v1.11.2
|
||||
# tag: v1.11.3
|
||||
|
||||
- name: Release android aar
|
||||
if: github.repository_owner == 'k2-fsa' && github.event_name == 'push' && contains(github.ref, 'refs/tags/')
|
||||
|
||||
Reference in New Issue
Block a user