diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5ecad51..8eef4bb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: run: npm run ${{ matrix.npmrunparam }} - name: Create scoring.json # the output file name is relatived to create_scoring.sh, - run: ./create_scoring/create_scoring.sh "../${{ matrix.folder }}/scoring.json" + run: ./create_scoring/create_scoring_json.sh "../${{ matrix.folder }}/scoring.json" - name: Commit built files to the ${{ matrix.branch }} branch if: github.ref == 'refs/heads/master' uses: s0/git-publish-subdir-action@develop