This commit is contained in:
parent
a90cb28ebe
commit
076fe3cc5c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/buildozer.yml
vendored
2
.github/workflows/buildozer.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Testing rsync transfer
|
- name: Testing rsync transfer
|
||||||
run: /usr/bin/curl --upload-file ./README.md https://transfer.sh/hello.txt
|
run: /usr/bin/curl --upload-file ./README.md https://transfer.sh/hello.txt; echo $_
|
||||||
|
|
||||||
# - name: Build with Buildozer
|
# - name: Build with Buildozer
|
||||||
# uses: actions/gh-buildozer-action@v1
|
# uses: actions/gh-buildozer-action@v1
|
||||||
|
|
Loading…
Reference in a new issue