From 3479ace71138ddc58a4ea27e204ac169607943be Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Wed, 23 Jul 2025 14:16:29 +0300 Subject: [PATCH] Update Test_Build.yml --- .github/workflows/Test_Build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Test_Build.yml b/.github/workflows/Test_Build.yml index 15e5232b..b560405f 100644 --- a/.github/workflows/Test_Build.yml +++ b/.github/workflows/Test_Build.yml @@ -32,7 +32,7 @@ jobs: - name: Clone and compile 3ds-examples run: | git clone --recursive https://github.com/devkitPro/3ds-examples tests/3ds-examples - find tests/3ds-examples/3ds-examples -type f -name Makefile -execdir make \; + find tests/3ds-examples -type f -name Makefile -execdir make \; - name: Upload binaries uses: actions/upload-artifact@v4