fix: rename relup dir to relup_info to avoid tgz failure
This commit is contained in:
parent
3ad7dc262b
commit
5c2a7dfdfa
2
build
2
build
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue