name: upload-models on: push: branches: - upload-models workflow_dispatch: concurrency: group: upload-models-${{ github.ref }} cancel-in-progress: true jobs: upload-models: if: github.repository_owner == 'k2-fsa' || github.repository_owner == 'csukuangfj' name: upload models runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: os: [ubuntu-latest] python-version: ["3.8"] steps: - uses: actions/checkout@v4 - name: Vietnamese (zipformer) shell: bash run: | rm -rf models mkdir models cd models cat >README.md <README.md <