Skip to content

Commit

Permalink
[ci skip] reduce cloud upload connect timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluemangoo authored Jul 29, 2024
1 parent e6ca163 commit a1fb5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1fb5ff

Please sign in to comment.