mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-22 07:41:16 +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
|
reccmp-datacmp --target LEGO1
|
||||||
|
|
||||||
upload:
|
upload:
|
||||||
name: Upload build artifacts
|
name: Upload artifacts
|
||||||
needs: [verify]
|
needs: [verify]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'isledecomp/isle' }}
|
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*
|
LEGO1PROGRESS*
|
||||||
|
|
||||||
upload:
|
upload:
|
||||||
name: Upload accuracy report
|
name: Upload artifacts
|
||||||
needs: [compare]
|
needs: [compare]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'isledecomp/isle' }}
|
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'isledecomp/isle' }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user