Add WebAssembly for VAD (#1281)
This commit is contained in:
16
.github/workflows/wasm-simd-hf-space-de-tts.yaml
vendored
16
.github/workflows/wasm-simd-hf-space-de-tts.yaml
vendored
@@ -1,9 +1,11 @@
|
||||
name: wasm-simd-hf-space-de-tts
|
||||
|
||||
on:
|
||||
release:
|
||||
types:
|
||||
- published
|
||||
push:
|
||||
branches:
|
||||
- wasm
|
||||
tags:
|
||||
- 'v[0-9]+.[0-9]+.[0-9]+*'
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
@@ -71,6 +73,14 @@ jobs:
|
||||
name: sherpa-onnx-wasm-simd-de-tts
|
||||
path: ./sherpa-onnx-wasm-simd-*.tar.bz2
|
||||
|
||||
- name: Release
|
||||
if: (github.repository_owner == 'csukuangfj' || github.repository_owner == 'k2-fsa') && github.event_name == 'push' && contains(github.ref, 'refs/tags/')
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
with:
|
||||
file_glob: true
|
||||
overwrite: true
|
||||
file: ./*.tar.bz2
|
||||
|
||||
- name: Publish to ModelScope
|
||||
# if: false
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user