Fix publishing linux pre-built artifacts (#1919)

This commit is contained in:
Fangjun Kuang
2025-02-25 15:22:50 +08:00
committed by GitHub
parent 70742b69ec
commit dc2f7e9f9b
4 changed files with 62 additions and 48 deletions

View File

@@ -158,9 +158,9 @@ jobs:
file_glob: true
overwrite: true
file: sherpa-onnx-*-win-x64*.tar.bz2
repo_name: k2-fsa/sherpa-onnx
repo_token: ${{ secrets.UPLOAD_GH_SHERPA_ONNX_TOKEN }}
tag: v1.10.45
# repo_name: k2-fsa/sherpa-onnx
# repo_token: ${{ secrets.UPLOAD_GH_SHERPA_ONNX_TOKEN }}
# tag: v1.10.45
- name: Release pre-compiled binaries and libs for Windows x64
if: github.repository_owner == 'k2-fsa'&& github.event_name == 'push' && contains(github.ref, 'refs/tags/')