retry to send apks

This commit is contained in:
luvletter2333 2022-02-28 19:56:14 +08:00
parent 6d4e8a06c8
commit d3511e568b
No known key found for this signature in database
GPG Key ID: A26A8880836E1978
1 changed files with 2 additions and 0 deletions

View File

@ -392,6 +392,8 @@ jobs:
-X POST \
-F chat_id="${{ secrets.TELEGRAM_CHANNEL }}" \
-F document="@$apk" \
--retry 5 \
--retry-delay 5 \
--silent --show-error --fail >/dev/null
sleep 1
done