mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 15:21:15 +00:00
Fix
This commit is contained in:
parent
50f03900dc
commit
b11b531b03
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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' }}
|
||||
|
||||
2
.github/workflows/compare.yml
vendored
2
.github/workflows/compare.yml
vendored
@ -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' }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user