File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ REPO="rustdesk/rustdesk"
9
9
API_URL=" https://api.github.com/repos/$REPO /releases/latest"
10
10
# Fetch the release data for the specified tag using curl
11
11
RELEASE_DATA=$( curl --retry 12 --retry-all-errors -s " $API_URL " )
12
+ wait
12
13
13
14
# Check if RELEASE_DATA contains "browser_download_url"
14
15
if ! echo " $RELEASE_DATA " | grep -q " browser_download_url" ; then
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ API_URL="https://api.github.com/repos/$REPO/releases/tags/$TAG"
9
9
# API_URL="https://api.github.com/repos/$REPO/releases/latest"
10
10
# Fetch the release data for the specified tag using curl
11
11
RELEASE_DATA=$( curl --retry 12 --retry-all-errors -s " $API_URL " )
12
+ wait
12
13
13
14
# Check if RELEASE_DATA contains "browser_download_url"
14
15
if ! echo " $RELEASE_DATA " | grep -q " browser_download_url" ; then
You can’t perform that action at this time.
0 commit comments