This commit is contained in:
Christian Semmler 2025-03-09 14:14:32 -07:00
parent 50f03900dc
commit b11b531b03
2 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@ jobs:
reccmp-datacmp --target LEGO1
upload:
name: Upload build artifacts
name: Upload artifacts
needs: [verify]
runs-on: ubuntu-latest
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'isledecomp/isle' }}

View File

@ -165,7 +165,7 @@ jobs:
LEGO1PROGRESS*
upload:
name: Upload accuracy report
name: Upload artifacts
needs: [compare]
runs-on: ubuntu-latest
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'isledecomp/isle' }}