This commit is contained in:
L3D 2023-05-11 03:03:58 +02:00
parent d53abd6720
commit 3ebdd586ca
No known key found for this signature in database
GPG key ID: AD65B920933B4B20

View file

@ -20,8 +20,17 @@ jobs:
buildozer_version: stable
- name: List all files
run: ls -la
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 helloworld*.apk | 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