[ts] Fix AnimationState complete event bad porting from 88b009c #617
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build spine-ts | |
on: | |
push: | |
paths: | |
- 'spine-ts/**' | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Setup TypeScript | |
uses: actions/setup-node@v3 | |
with: | |
node-version: '16' | |
- name: Build spine-ts | |
working-directory: spine-ts | |
env: | |
TS_UPDATE_URL: ${{secrets.TS_UPDATE_URL}} | |
run: ./build.sh |