diff --git a/build b/build index 6ba943fab..c79dc711c 100755 --- a/build +++ b/build @@ -65,7 +65,7 @@ docgen() { make_rel() { # shellcheck disable=SC1010 - ./rebar3 as "$PROFILE" do release,tar + ./rebar3 as "$PROFILE" do tar if [ "$(find "_build/$PROFILE/rel/emqx/lib/" -maxdepth 1 -name 'gpb-*' -type d)" != "" ]; then echo "gpb should not be included in the release" exit 1