--- name: Build on: [push, pull_request] jobs: # Build job. Builds app for Android with Buildozer build-android: name: Build for Android runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v3 - name: Build with Buildozer uses: actions/gh-buildozer-action@v1 id: buildozer with: workdir: hello_world buildozer_version: stable - name: List all files run: ls -la . - name: List all files 2 run: ls -la .buildozer/ - name: List all files 3 run: ls -la ~/ - name: List all files 4 run: ls -la .buildozer/* - name: Publish apk as base64 🧪 run: cat /workspace/l3d/app_test/hello_world/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/dists/helloworld/build/outputs/apk/debug/helloworld*.apk | base64