From 88b289668c14c63f50215f0b21e976952b978074 Mon Sep 17 00:00:00 2001 From: Rainchus Date: Wed, 22 May 2024 10:45:55 -0500 Subject: [PATCH] ...maybe fix the yml --- .github/workflows/build.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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