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