DeepSpeech/.github/actions/package/action.yml
2021-03-25 11:01:29 +01:00

8 lines
140 B
YAML

name: "Package lib"
description: "Package of lib"
runs:
using: "composite"
steps:
- run: ./taskcluster/package.sh
shell: bash