From a1fb5ff7fc51f0777d802200c5589c019e9eca85 Mon Sep 17 00:00:00 2001 From: Bluemangoo Date: Mon, 29 Jul 2024 21:56:48 +0800 Subject: [PATCH] [ci skip] reduce cloud upload connect timeout --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7a5ff719..dc947729 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -101,7 +101,7 @@ jobs: env: RCLONE_CONF: ${{ secrets.RCLONE_CONF }} with: - args: copy ${{ env.jar }} FTP:${{ env.tag }} + args: copy ${{ env.jar }} FTP:${{ env.tag }} --contimeout 10s - name: Push to API if: "!contains(github.event.commits[0].message, '[release-skip]')" continue-on-error: true