diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6e2514a2..30511f66 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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