From c998abfefb16d7d0d6800a52c70b733b1eca8349 Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Sun, 28 Jan 2024 18:51:04 +0200 Subject: [PATCH] Bonk --- .github/workflows/Android_Build.yml | 1 + 1 file changed, 1 insertion(+) 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