This commit is contained in:
parent
a843a27b6c
commit
b294117bb5
1 changed files with 8 additions and 8 deletions
16
.github/workflows/buildozer.yml
vendored
16
.github/workflows/buildozer.yml
vendored
|
@ -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$_
|
||||
|
||||
|
|
Loading…
Reference in a new issue