Skip to content

Commit

Permalink
Fix previous commit 56e1c22
Browse files Browse the repository at this point in the history
  • Loading branch information
dalf committed Oct 2, 2023
1 parent 56e1c22 commit 5f62e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f62e7b

Please sign in to comment.