Update Test_Build.yml

This commit is contained in:
wheremyfoodat 2025-07-23 14:16:29 +03:00 committed by GitHub
commit 3479ace711
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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