Skip to content

Commit

Permalink
[build] fix a typo of the bucket during release
Browse files Browse the repository at this point in the history
Signed-off-by: Leo Chen <leo@harmony.one>
  • Loading branch information
Leo Chen committed Apr 29, 2020
1 parent deb065a commit d255efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/go_executable_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit d255efb

Please sign in to comment.