Github user tillrohrmann commented on a diff in the pull request:
https://github.com/apache/flink/pull/6342#discussion_r203626668
--- Diff: tools/releasing/create_binary_release.sh ---
@@ -44,6 +44,12 @@ else
SHASUM="sha512sum"
fi
+cd ..
+
+FLINK_DIR=`pwd`
+RELEASE_DIR=${RELEASE_DIR}/tools/releasing/release
--- End diff --
Shouldn't this be `${FLINK_DIR}/tools/releasing/release`?---
