@@ -145,7 +145,7 @@ jobs:
145145
146146 rm -rf huggingface
147147 export GIT_CLONE_PROTECTION_ACTIVE=false
148- GIT_LFS_SKIP_SMUDGE=1 git clone https://csukuangfj :$HF_TOKEN@huggingface.co/csukuangfj /sherpa-onnx-libs huggingface
148+ GIT_LFS_SKIP_SMUDGE=1 git clone https://csukuangfj2 :$HF_TOKEN@huggingface.co/csukuangfj2 /sherpa-onnx-libs huggingface
149149
150150 cd huggingface
151151 dst=$SHERPA_ONNX_VERSION
@@ -160,7 +160,7 @@ jobs:
160160
161161 git commit -m "upload sherpa-onnx-${SHERPA_ONNX_VERSION}-android.tar.bz2"
162162
163- git push https://csukuangfj :$HF_TOKEN@huggingface.co/csukuangfj /sherpa-onnx-libs main
163+ git push https://csukuangfj2 :$HF_TOKEN@huggingface.co/csukuangfj2 /sherpa-onnx-libs main
164164
165165 - name : Release android libs
166166 if : (github.repository_owner == 'csukuangfj' || github.repository_owner == 'k2-fsa') && github.event_name == 'push' && contains(github.ref, 'refs/tags/')
@@ -280,7 +280,7 @@ jobs:
280280
281281 rm -rf huggingface
282282 export GIT_CLONE_PROTECTION_ACTIVE=false
283- GIT_LFS_SKIP_SMUDGE=1 git clone https://csukuangfj :$HF_TOKEN@huggingface.co/csukuangfj /sherpa-onnx-libs huggingface
283+ GIT_LFS_SKIP_SMUDGE=1 git clone https://csukuangfj2 :$HF_TOKEN@huggingface.co/csukuangfj2 /sherpa-onnx-libs huggingface
284284
285285 cd huggingface
286286 dst=android/aar/$SHERPA_ONNX_VERSION
@@ -295,7 +295,7 @@ jobs:
295295
296296 git commit -m "upload sherpa-onnx-${SHERPA_ONNX_VERSION}.aar"
297297
298- git push https://csukuangfj :$HF_TOKEN@huggingface.co/csukuangfj /sherpa-onnx-libs main
298+ git push https://csukuangfj2 :$HF_TOKEN@huggingface.co/csukuangfj2 /sherpa-onnx-libs main
299299
300300 - name : Release android aar
301301 if : (github.repository_owner == 'csukuangfj' || github.repository_owner == 'k2-fsa') && github.event_name == 'push' && contains(github.ref, 'refs/tags/')
0 commit comments