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
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Build with Buildozer
|
- name: Testing transfer
|
||||||
uses: actions/gh-buildozer-action@v1
|
uses: actions/rsync@main
|
||||||
id: buildozer
|
width:
|
||||||
with:
|
source: README.md
|
||||||
workdir: hello_world
|
destionation: ~/
|
||||||
buildozer_version: stable
|
host: files.l3d.ch
|
||||||
|
user: files
|
||||||
|
sshkey: ${{ secrets.SSHKEY }}
|
||||||
|
|
||||||
- name: List all files
|
# - name: Build with Buildozer
|
||||||
run: ls -la .
|
# 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