diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index e59673b..1b281a7 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -172,7 +172,7 @@ jobs: run: make distclean && make android_app - name: Check files - run: ls -al app/build/outputs/apk + run: tree android/app/build/outputs/apk test-all-ascii-art: runs-on: ubuntu-latest