Skip to content

Commit 665e49e

Browse files
committed
[build] Add "release" dir creation in create_binary_release.sh
This fixes "releasing/release: Not a directory" problem during releasing.
1 parent 15f4c04 commit 665e49e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/releasing/create_binary_release.sh

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ cd ..
4949

5050
FLUSS_DIR=`pwd`
5151
RELEASE_DIR=${FLUSS_DIR}/tools/releasing/release
52+
mkdir -p ${RELEASE_DIR}
5253

5354
###########################
5455

0 commit comments

Comments
 (0)