chore(autotest): debug build

This commit is contained in:
mengzhenyu 2022-01-28 15:42:01 +08:00
parent fa2651b6d0
commit 9ea9935efd
1 changed files with 2 additions and 2 deletions

View File

@ -97,8 +97,8 @@ jobs:
path: /tmp
- name: Download emqx package
run: |
rm -rf /tmp/emqx-5.*.elixir.*.tar.gz
mv /tmp/emqx-5.*.tar.gz /tmp/emqx.tar.gz
rm -rf /tmp/ubuntu20.04/emqx-5.*.elixir.*.tar.gz
mv /tmp/ubuntu20.04/emqx-5.*.tar.gz /tmp/emqx.tar.gz
ls /tmp
- name: Checkout tf-test-automation
uses: actions/checkout@v2