diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c4c0a2ea..c85c5d45 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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' }} diff --git a/.github/workflows/compare.yml b/.github/workflows/compare.yml index cc7b1752..52f92148 100644 --- a/.github/workflows/compare.yml +++ b/.github/workflows/compare.yml @@ -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' }}