[build] fix a typo of the bucket during release

Signed-off-by: Leo Chen <leo@harmony.one>
pull/2905/head v1.3.10
Leo Chen 5 years ago
parent deb065a403
commit d255efb769
  1. 2
      scripts/go_executable_build.sh

@ -235,7 +235,7 @@ function release
done
# copy node.sh
$AWSCLI s3 cp scripts/node.sh s3://${BUCKET}/$FOLDER/node.sh --acl public-read
$AWSCLI s3 cp scripts/node.sh s3://${PUBBUCKET}/$FOLDER/node.sh --acl public-read
[ -e $BINDIR/md5sum.txt ] && $AWSCLI s3 cp $BINDIR/md5sum.txt s3://${PUBBUCKET}/$FOLDER/md5sum.txt --acl public-read
}

Loading…
Cancel
Save