This commit is contained in:
parent
3ebdd586ca
commit
ff2ed80e45
1 changed files with 14 additions and 19 deletions
33
.github/workflows/buildozer.yml
vendored
33
.github/workflows/buildozer.yml
vendored
|
@ -12,25 +12,20 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Build with Buildozer
|
||||
uses: actions/gh-buildozer-action@v1
|
||||
id: buildozer
|
||||
with:
|
||||
workdir: hello_world
|
||||
buildozer_version: stable
|
||||
- name: Testing transfer
|
||||
uses: actions/rsync@main
|
||||
width:
|
||||
source: README.md
|
||||
destionation: ~/
|
||||
host: files.l3d.ch
|
||||
user: files
|
||||
sshkey: ${{ secrets.SSHKEY }}
|
||||
|
||||
- name: List all files
|
||||
run: ls -la .
|
||||
# - name: Build with Buildozer
|
||||
# uses: actions/gh-buildozer-action@v1
|
||||
# id: buildozer
|
||||
# with:
|
||||
# workdir: hello_world
|
||||
# buildozer_version: stable
|
||||
|
||||
- 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 /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