Fix CI typo that caused only libultra_rom to be built (#14)

This commit is contained in:
CrashOveride95
2025-08-24 21:30:53 -04:00
committed by GitHub
parent b742894b55
commit 318128f42c

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [libultra, libultra_d, libultra_rom]
target: [libultra, libultra_d, libultra_rom]
steps:
- name: Checkout repository
@@ -27,8 +27,8 @@ jobs:
- name: Verify formatting on all files
run: python3 tools/check_format.py --verbose
- name: Build ${{ matrix.version }}
run: make -j $(nproc) VERSION=${{ matrix.version }}
- name: Build ${{ matrix.target }}
run: make -j $(nproc) TARGET=${{ matrix.target }}
- name: 'Upload Artifact'
uses: actions/upload-artifact@v4