Skip to content

Commit

Permalink
Add npm package as an artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
zeux committed Oct 12, 2020
1 parent 8cd1a3e commit 3803d53
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,12 @@ jobs:
run: make -B WASMCC=wasi-sdk-11.0/bin/clang++ WASI_SDK=./wasi-sysroot gltf/library.wasm
- name: test
run: node gltf/cli.js -i demo/pirate.obj -o pirate.glb -v
- name: npm pack
run: cd gltf && npm pack
- uses: actions/upload-artifact@v2
with:
name: gltfpack-npm
path: gltf/gltfpack-*.tgz

arm64:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3803d53

Please sign in to comment.