...maybe fix the yml

This commit is contained in:
Rainchus 2024-05-22 10:45:55 -05:00
parent 2d721fd18d
commit 88b289668c

View file

@ -8,21 +8,20 @@ jobs:
build:
# This is a *private* build container.
# See docs/github_actions.md for more information.
container: ghcr.io/rainchus/marioparty4-build:main
container: ghcr.io/Rainchus/marioparty4-build:main
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
# Add game versions here
version: [GMPE01]
version: [GMPE01_00]
steps:
# Checkout the repository (shallow clone)
- name: Checkout repository
- name: Checkout
uses: actions/checkout@v4
with:
lfs: true
fetch-depth: 0
submodules: recursive