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:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -101,7 +101,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
RCLONE_CONF: ${{ secrets.RCLONE_CONF }}
|
RCLONE_CONF: ${{ secrets.RCLONE_CONF }}
|
||||||
with:
|
with:
|
||||||
args: copy ${{ env.jar }} FTP:${{ env.tag }}
|
args: copy ${{ env.jar }} FTP:${{ env.tag }} --contimeout 10s
|
||||||
- name: Push to API
|
- name: Push to API
|
||||||
if: "!contains(github.event.commits[0].message, '[release-skip]')"
|
if: "!contains(github.event.commits[0].message, '[release-skip]')"
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|||||||
Reference in New Issue
Block a user