Fix WASM pipeline typo

This commit is contained in:
Wilson Lin 2022-06-22 00:48:10 +10:00
parent 9f0354f1a3
commit b6a39ac978
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ jobs:
- name: Build native module
working-directory: ./wasm
shell: bash
run: TARGET=bundle ./build
run: TARGET=bundler ./build
- name: Set up Node.js
uses: actions/setup-node@master