diff --git a/.github/workflows/Test_Build.yml b/.github/workflows/Test_Build.yml index 80f1aade..15e5232b 100644 --- a/.github/workflows/Test_Build.yml +++ b/.github/workflows/Test_Build.yml @@ -31,8 +31,8 @@ jobs: - name: Clone and compile 3ds-examples run: | - git clone --recursive https://github.com/devkitPro/3ds-examples tests - find tests/3ds-examples -type f -name Makefile -execdir make \; + git clone --recursive https://github.com/devkitPro/3ds-examples tests/3ds-examples + find tests/3ds-examples/3ds-examples -type f -name Makefile -execdir make \; - name: Upload binaries uses: actions/upload-artifact@v4