publish apk as base64
This commit is contained in:
parent
5811e858a9
commit
02f1702d2f
1 changed files with 3 additions and 5 deletions
8
.github/workflows/buildozer.yml
vendored
8
.github/workflows/buildozer.yml
vendored
|
@ -19,8 +19,6 @@ jobs:
|
||||||
workdir: hello_world
|
workdir: hello_world
|
||||||
buildozer_version: stable
|
buildozer_version: stable
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Publish apk as base64 🧪
|
||||||
uses: actions/upload-artifact@v3
|
run: cat helloworld*.apk | base64
|
||||||
with:
|
|
||||||
name: package
|
|
||||||
path: ${{ steps.buildozer.outputs.filename }}
|
|
||||||
|
|
Loading…
Reference in a new issue