publish apk as base64

This commit is contained in:
L3D 2023-05-11 01:59:22 +02:00
parent 5811e858a9
commit 02f1702d2f
No known key found for this signature in database
GPG key ID: AD65B920933B4B20

View file

@ -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 }}