From ff9fb14fe3a15ed3e7a48fddba42185e8f35a489 Mon Sep 17 00:00:00 2001 From: RoiArthurB Date: Tue, 26 Apr 2022 22:49:05 +0700 Subject: [PATCH] [GHA REL] Auto-scale archive upload loop ci release --- travis/github_release_withjdk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/github_release_withjdk.sh b/travis/github_release_withjdk.sh index 4d39d04dfa..ece397a448 100644 --- a/travis/github_release_withjdk.sh +++ b/travis/github_release_withjdk.sh @@ -196,7 +196,7 @@ echo echo "Upload new files..." echo -for (( i=0; i<8; i++ )) +for (( i=0; i<${#NEWFILES[@]}; i++ )) do FILE="${RELEASEFILES[$i]}" NFILE="${NEWFILES[$i]}"