Fangjun Kuang
Committed by GitHub

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

@@ -177,7 +177,7 @@ jobs: @@ -177,7 +177,7 @@ jobs:
177 file: sherpa-onnx-*-android.tar.bz2 177 file: sherpa-onnx-*-android.tar.bz2
178 # repo_name: k2-fsa/sherpa-onnx 178 # repo_name: k2-fsa/sherpa-onnx
179 # repo_token: ${{ secrets.UPLOAD_GH_SHERPA_ONNX_TOKEN }} 179 # repo_token: ${{ secrets.UPLOAD_GH_SHERPA_ONNX_TOKEN }}
180 - # tag: v1.11.5 180 + # tag: v1.12.11
181 181
182 build-android-aar: 182 build-android-aar:
183 needs: [build-android-libs] 183 needs: [build-android-libs]
@@ -310,9 +310,9 @@ jobs: @@ -310,9 +310,9 @@ jobs:
310 file_glob: true 310 file_glob: true
311 overwrite: true 311 overwrite: true
312 file: ./*.aar 312 file: ./*.aar
313 - # repo_name: k2-fsa/sherpa-onnx  
314 - # repo_token: ${{ secrets.UPLOAD_GH_SHERPA_ONNX_TOKEN }}  
315 - # tag: v1.11.5 313 + repo_name: k2-fsa/sherpa-onnx
  314 + repo_token: ${{ secrets.UPLOAD_GH_SHERPA_ONNX_TOKEN }}
  315 + tag: v1.12.11
316 316
317 - name: Release android aar 317 - name: Release android aar
318 if: github.repository_owner == 'k2-fsa' && github.event_name == 'push' && contains(github.ref, 'refs/tags/') 318 if: github.repository_owner == 'k2-fsa' && github.event_name == 'push' && contains(github.ref, 'refs/tags/')
  1 +../../../../../../../../../../sherpa-onnx/kotlin-api/OnlinePunctuation.kt