diff --git a/.github/workflows/validate-and-report.yml b/.github/workflows/validate-and-report.yml index c692eefe9..0ba6deabd 100644 --- a/.github/workflows/validate-and-report.yml +++ b/.github/workflows/validate-and-report.yml @@ -205,7 +205,6 @@ jobs: rm -rf build/us/weapon.ld make -j extract .venv/bin/python3 tools/function_finder/function_finder_psx.py --use-call-trees > gh-duplicates/functions.md - mv function_graphs.md gh-duplicates - name: Commit all reports run: | git config --global user.name 'GitHub Action'