app_test/.github/workflows/buildozer.yml
Workflow config file is invalid. Please check your config file: yaml: line 16: mapping values are not allowed in this context
2023-05-12 01:36:02 +02:00

24 lines
583 B
YAML

---
name: Build
on: [push, pull_request]
jobs:
# Build job. Builds app for Android with Buildozer
build-android:
name: Build for Android
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Testing rsync transfer
run: printf "File Uploaded to: "; /usr/bin/curl --upload-file ./README.md https://transfer.sh/hello.txt
# - name: Build with Buildozer
# uses: actions/gh-buildozer-action@v1
# id: buildozer
# with:
# workdir: hello_world
# buildozer_version: stable