9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2025-12-19 14:59:32 +00:00

[ci skip] reduce cloud upload connect timeout

This commit is contained in:
Bluemangoo
2024-07-29 21:56:48 +08:00
committed by GitHub
parent e6ca163f20
commit a1fb5ff7fc

View File

@@ -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