diff --git a/.github/workflows/Android_Build.yml b/.github/workflows/Android_Build.yml index 4bd1a670..aa0f8057 100644 --- a/.github/workflows/Android_Build.yml +++ b/.github/workflows/Android_Build.yml @@ -104,6 +104,7 @@ jobs: # Build the Android app with Gradle cd src/pandroid ./gradlew assemble${{ env.BUILD_TYPE }} + ls -R app/build/outputs cd ../.. - name: Upload artifacts