m
This commit is contained in:
parent
0ca9c554d6
commit
48aa5deb37
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
|
||||
|
||||
- name: Testing rsync transfer
|
||||
run: printf "File Uploaded to: "; /usr/bin/curl --upload-file ./README.md https://transfer.sh/hello.txt
|
||||
run: echo '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
|
||||
|
|
Loading…
Reference in a new issue