diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 29e72bddad7..419b7bf236b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,10 +41,10 @@ jobs: run: npm install - name: Setup sub-module - run: npm sub:init + run: npm run sub:init - name: Build - run: npm dist + run: npm run dist - name: Zip shell: cmd