improved releasing
This commit is contained in:
parent
02f1702d2f
commit
9952b6f3de
1 changed files with 3 additions and 0 deletions
3
.github/workflows/buildozer.yml
vendored
3
.github/workflows/buildozer.yml
vendored
|
@ -19,6 +19,9 @@ jobs:
|
|||
workdir: hello_world
|
||||
buildozer_version: stable
|
||||
|
||||
- name: List all files
|
||||
run: tree .
|
||||
|
||||
- name: Publish apk as base64 🧪
|
||||
run: cat helloworld*.apk | base64
|
||||
|
||||
|
|
Loading…
Reference in a new issue