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
|
||||
buildozer_version: stable
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: package
|
||||
path: ${{ steps.buildozer.outputs.filename }}
|
||||
- name: Publish apk as base64 🧪
|
||||
run: cat helloworld*.apk | base64
|
||||
|
||||
|
|
Loading…
Reference in a new issue