chore(relup tests): upload emqx package to workflow artifact
Signed-off-by: zhanghongtong <rory-z@outlook.com>
This commit is contained in:
parent
c09cb64db6
commit
554879c9d7
|
@ -258,6 +258,10 @@ jobs:
|
|||
done
|
||||
- name: build emqx
|
||||
run: make -C emqx ${PROFILE}-zip
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: emqx
|
||||
path: emqx/_packages/**/*.zip
|
||||
- name: build emqtt-bench
|
||||
run: make -C emqtt-bench
|
||||
- name: build lux
|
||||
|
|
Loading…
Reference in New Issue