release
This commit is contained in:
parent
d53abd6720
commit
3ebdd586ca
1 changed files with 11 additions and 2 deletions
13
.github/workflows/buildozer.yml
vendored
13
.github/workflows/buildozer.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue