chore: move relup_info to rel/relup

This commit is contained in:
Shawn 2024-07-23 09:32:54 +08:00
parent 862336a2cb
commit eb71477f43
4 changed files with 1 additions and 1 deletions

2
build
View File

@ -214,7 +214,7 @@ make_elixir_rel() {
make_relup() {
RELUP_TARGET_VSN="$(./pkg-vsn.sh "$PROFILE" --long)"
export RELUP_TARGET_VSN
./rebar3 emqx relup_gen --relup-dir=./relup_info
./rebar3 emqx relup_gen --relup-dir=./rel/relup
make rel -C _build/default/plugins/emqx_relup
}