...maybe fix the yml
This commit is contained in:
parent
2d721fd18d
commit
88b289668c
1 changed files with 3 additions and 4 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
|
@ -8,21 +8,20 @@ jobs:
|
||||||
build:
|
build:
|
||||||
# This is a *private* build container.
|
# This is a *private* build container.
|
||||||
# See docs/github_actions.md for more information.
|
# 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
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
# Add game versions here
|
# Add game versions here
|
||||||
version: [GMPE01]
|
version: [GMPE01_00]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# Checkout the repository (shallow clone)
|
# Checkout the repository (shallow clone)
|
||||||
- name: Checkout repository
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
lfs: true
|
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue