Skip to content

NLP-ENGINE-423 add fetch attrs for punct and ctrl #216

NLP-ENGINE-423 add fetch attrs for punct and ctrl

NLP-ENGINE-423 add fetch attrs for punct and ctrl #216

name: Attach Engine File Assets
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
zip_files:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "16.x"
- run: git submodule update --init --recursive
- uses: papeloto/action-zip@v1
with:
files: data/
recursive: false
dest: nlpengine.zip
- uses: actions/upload-artifact@v1
with:
name: nlpengine.zip
path: ${{ github.workspace }}/nlpengine.zip