Update Test_Build.yml

This commit is contained in:
wheremyfoodat 2025-07-23 14:15:05 +03:00 committed by GitHub
commit 259016d85e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,8 +31,8 @@ jobs:
- name: Clone and compile 3ds-examples - name: Clone and compile 3ds-examples
run: | run: |
git clone --recursive https://github.com/devkitPro/3ds-examples tests git clone --recursive https://github.com/devkitPro/3ds-examples tests/3ds-examples
find tests/3ds-examples -type f -name Makefile -execdir make \; find tests/3ds-examples/3ds-examples -type f -name Makefile -execdir make \;
- name: Upload binaries - name: Upload binaries
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4