Provide npm package for 32-bit Windows x86 (#1141)
This commit is contained in:
6
.github/workflows/npm-addon-linux-x64.yaml
vendored
6
.github/workflows/npm-addon-linux-x64.yaml
vendored
@@ -108,6 +108,12 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
ls -lh ./sherpa-onnx-node
|
||||
tar cjvf ./sherpa-onnx-node.tar.bz2 ./sherpa-onnx-node
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: sherpa-onnx-linux-x64
|
||||
path: ./sherpa-onnx-node.tar.bz2
|
||||
|
||||
- name: Publish
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user