Full testrun
All checks were successful
Build / Build for Android (push) Successful in 27m27s

This commit is contained in:
L3D 2023-05-12 01:42:59 +02:00
parent a843a27b6c
commit b294117bb5
No known key found for this signature in database
GPG key ID: AD65B920933B4B20

View file

@ -12,13 +12,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Testing rsync transfer
run: echo Uploaded; /usr/bin/curl --upload-file ./README.md https://transfer.sh/hello.txt; echo \nsuccess
- name: Build with Buildozer
uses: actions/gh-buildozer-action@v1
id: buildozer
with:
workdir: hello_world
buildozer_version: stable
# - name: Build with Buildozer
# uses: actions/gh-buildozer-action@v1
# id: buildozer
# with:
# workdir: hello_world
# buildozer_version: stable
- name: Upload File
run: echo Uploaded; /usr/bin/curl --upload-file ${{ steps.buildozer.outputs.filename }} https://transfer.sh/hello.txt; echo upload$_