Skip to content

Commit

Permalink
[GHA] Fix publish string var usage
Browse files Browse the repository at this point in the history
ci release
  • Loading branch information
RoiArthurB committed Apr 26, 2022
1 parent 57835d2 commit ccad589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travis/github_release_withjdk.sh
Expand Up @@ -75,10 +75,10 @@ done
archi=("" "_M1")
for a in ${archi[@]};
do
zipArchi = "x86_64"
zipArchi="x86_64"
if [ $a == $archi[2] ]
then
zipArchi = "aarch64"
zipArchi="aarch64"
fi

RELEASEFILES[$n]="$thePATH-macosx.cocoa.'$zipArchi'.dmg"
Expand Down

0 comments on commit ccad589

Please sign in to comment.