From b60d2fa2fa16afddba567351f5e40cd17fa0cb39 Mon Sep 17 00:00:00 2001 From: emilybrooks Date: Thu, 6 Aug 2026 18:29:29 -0700 Subject: Update .github/workflows/ci.yml Co-authored-by: Anghelo Carvajal --- .github/workflows/ci.yml | 5 +++-- 1 file 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: -- cgit v1.2.3