fix publish reccmp report in github actions

This commit is contained in:
Dethrace Labs 2025-09-19 08:36:21 +12:00
parent eb14cdf7bb
commit 85b44d0163
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ jobs:
echo "::warning file=reccmp-output.txt::Decomp correctness decreased"
fi
- name: Update report in reccmp-report
if: github.ref == 'refs/heads/main'
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
run: |
cp new-reccmp-report.json reccmp-report/report.json
cd reccmp-report