fix: rename relup dir to relup_info to avoid tgz failure

This commit is contained in:
Shawn 2024-07-19 12:17:12 +08:00
parent 3ad7dc262b
commit 5c2a7dfdfa
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
./rebar3 emqx relup_gen --relup-dir=./relup_info
make rel -C _build/default/plugins/emqx_relup
}