From 5263f59f0e7728551ca4887c2056318c16ac5a82 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Thu, 13 Jan 2022 20:28:21 +0100 Subject: [PATCH] ci: rename artifact id in api tests flow --- .github/workflows/run_api_tests.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/run_api_tests.yaml b/.github/workflows/run_api_tests.yaml index e6558b74b..76e5867f4 100644 --- a/.github/workflows/run_api_tests.yaml +++ b/.github/workflows/run_api_tests.yaml @@ -24,11 +24,11 @@ jobs: make emqx-enterprise-tgz - uses: actions/upload-artifact@v2 with: - name: emqx-ce + name: emqx-community path: _packages/emqx/*.tar.gz - uses: actions/upload-artifact@v2 with: - name: emqx-ee + name: emqx-enterprise path: _packages/emqx-enterprise/*.tar.gz api-test: needs: build @@ -55,8 +55,8 @@ jobs: - api_event_message - api_stats edition: - - emqx-ce - #TODO: add emqx-ee + - emqx-community + #TODO: add emqx-enterprise steps: - uses: actions/checkout@v2 with: @@ -117,7 +117,7 @@ jobs: steps: - uses: geekyeggo/delete-artifact@v1 with: - name: emqx-ce + name: emqx-community - uses: geekyeggo/delete-artifact@v1 with: - name: emqx-ee + name: emqx-enterprise