From 40fc1d2396224d431cbdeb2759c609b49d5ff1e9 Mon Sep 17 00:00:00 2001 From: L3D Date: Fri, 12 May 2023 01:38:26 +0200 Subject: [PATCH] ma --- .github/workflows/buildozer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildozer.yml b/.github/workflows/buildozer.yml index cf113b6..7a95e35 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: echo 'File Uploaded to: '; /usr/bin/curl --upload-file ./README.md https://transfer.sh/hello.txt + run: echo Uploaded; /usr/bin/curl --upload-file ./README.md https://transfer.sh/hello.txt # - name: Build with Buildozer # uses: actions/gh-buildozer-action@v1