From b604312cedae474ecd366332076e5d3318d2b8fe Mon Sep 17 00:00:00 2001 From: mengzhenyu Date: Fri, 28 Jan 2022 17:38:49 +0800 Subject: [PATCH] chore(autotest): debug build --- .github/workflows/run_broker_performance_cluster.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/run_broker_performance_cluster.yaml b/.github/workflows/run_broker_performance_cluster.yaml index a7d8a7111..dc751768c 100644 --- a/.github/workflows/run_broker_performance_cluster.yaml +++ b/.github/workflows/run_broker_performance_cluster.yaml @@ -97,11 +97,10 @@ jobs: path: /tmp - name: Download emqx package run: | - rm -rf /tmp/emqx-5.*-elixir.*.tar.gz - ls - mv emqx-5.*.tar.gz emqx.tar.gz - ls pwd + rm -rf /tmp/emqx-5.*-elixir.*.tar.gz + mv /tmp/emqx-5.*.tar.gz /tmp/emqx.tar.gz + ls /tmp - name: Checkout tf-test-automation uses: actions/checkout@v2 with: