From 272ac4c906aa35fa6496f892ddef92258040e7b7 Mon Sep 17 00:00:00 2001 From: mengzhenyu Date: Mon, 17 Jan 2022 09:46:06 +0800 Subject: [PATCH] chore(autotest): debug broker performance test suite --- .github/workflows/run_broker_performance_cluster.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_broker_performance_cluster.yaml b/.github/workflows/run_broker_performance_cluster.yaml index 553e0b85a..d749dc28a 100644 --- a/.github/workflows/run_broker_performance_cluster.yaml +++ b/.github/workflows/run_broker_performance_cluster.yaml @@ -72,8 +72,8 @@ jobs: .ci/build_packages/tests.sh "$EMQX_PKG_NAME" pkg - uses: actions/upload-artifact@v2 with: - name: ${{ matrix.profile}}-${{ matrix.otp }}-${{ matrix.os }} - path: _packages/${{ matrix.profile}}/*.zip + name: ${{ matrix.os }} + path: _packages/${{ matrix.profile}}/*.tar.gz terraform_emqx: runs-on: ubuntu-latest