From 314816eb7cc50417481a772d5545c074490c708f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Israelson?= <57065102+israpps@users.noreply.github.com> Date: Wed, 7 Feb 2024 22:10:02 -0300 Subject: [PATCH] Update compile.yml --- .github/workflows/compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 5bfebeb7..38f33c66 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -46,7 +46,7 @@ jobs: - name: Compile wLaunchELF run: | - make rebuild ${{ matrix.eth }} ${{ matrix.sior }} ${{ matrix.bdmstuff }} ${{ matrix.ds34 }} ${{ matrix.xfrom }} ${{ github.event.inputs.make_args }} + make rebuild ${{ matrix.coh }} ${{ matrix.eth }} ${{ matrix.sior }} ${{ matrix.bdmstuff }} ${{ matrix.ds34 }} ${{ matrix.xfrom }} ${{ github.event.inputs.make_args }} - name: Upload variants artifact ELF uses: actions/upload-artifact@v3