diff options
| author | emilybrooks <emilybrooksemilybrooks@gmail.com> | 2026-08-06 18:29:29 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-06 18:29:29 -0700 |
| commit | b60d2fa2fa16afddba567351f5e40cd17fa0cb39 (patch) | |
| tree | 99c24108f63c42ca29e0e5970cbb593b394a6ce6 | |
| parent | a59cec50d994a68309c30f22f6cad13f99c961f6 (diff) | |
Update .github/workflows/ci.ymlgha
Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com>
| -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: |
