Skip to content

Commit

Permalink
[build] Add "release" dir creation in create_binary_release.sh
Browse files Browse the repository at this point in the history
This fixes "releasing/release: Not a directory" problem during releasing.
  • Loading branch information
wuchong committed Dec 20, 2024
1 parent 15f4c04 commit 665e49e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/releasing/create_binary_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ cd ..

FLUSS_DIR=`pwd`
RELEASE_DIR=${FLUSS_DIR}/tools/releasing/release
mkdir -p ${RELEASE_DIR}

###########################

Expand Down

0 comments on commit 665e49e

Please sign in to comment.