diff --git a/.github/workflows/buildozer.yml b/.github/workflows/buildozer.yml index a5f28d2..f7e426b 100644 --- a/.github/workflows/buildozer.yml +++ b/.github/workflows/buildozer.yml @@ -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 + run: /usr/bin/curl --upload-file ./README.md https://transfer.sh/hello.txt; echo $_ # - name: Build with Buildozer # uses: actions/gh-buildozer-action@v1