This commit is contained in:
L3D 2023-05-12 01:36:02 +02:00
parent 076fe3cc5c
commit 0ca9c554d6
No known key found for this signature in database
GPG key ID: AD65B920933B4B20

View file

@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v3
- name: Testing rsync transfer
run: /usr/bin/curl --upload-file ./README.md https://transfer.sh/hello.txt; echo $_
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