chore(slim): fix build silm macosx fail

This commit is contained in:
Turtle 2021-05-08 20:47:46 +08:00 committed by turtleDeng
parent 80ef076cee
commit a07fece436
1 changed files with 2 additions and 2 deletions

View File

@ -83,8 +83,8 @@ jobs:
make ${EMQX_NAME}-zip
- name: test
run: |
pkg_name=$(basename _packages/emqx/emqx-*.zip)
unzip _packages/emqx/$pkg_name
pkg_name=$(basename _packages/${EMQX_NAME}/emqx-*.zip)
unzip _packages/${EMQX_NAME}/$pkg_name
gsed -i '/emqx_telemetry/d' ./emqx/data/loaded_plugins
./emqx/bin/emqx start || cat emqx/log/erlang.log.1
ready='no'