Skip to content

Commit

Permalink
[GHA REL] Auto-scale archive upload loop
Browse files Browse the repository at this point in the history
ci release
  • Loading branch information
RoiArthurB committed Apr 26, 2022
1 parent 6779c53 commit ff9fb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/github_release_withjdk.sh
Expand Up @@ -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]}"
Expand Down

0 comments on commit ff9fb14

Please sign in to comment.