diff options
| -rw-r--r-- | .github/workflows/ci.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4be8bb7..105ceb1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,8 +89,9 @@ jobs: - name: Upload map uses: actions/upload-artifact@v7 with: - name: af-${{ matrix.version }}.map - path: build/af-${{ matrix.version }}.map + name: animalforest-${{ matrix.version }}.map + path: build/animalforest-${{ matrix.version }}.map + if-no-files-found: error # This job does not do anything, its purpose is to be used as a status check in GitHub rules. all_versions_built: |
