From 5eacc84d1f648fb9df55516a428f98e6dfc27309 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Wed, 30 Nov 2022 09:30:40 +0100 Subject: [PATCH] ci: delete otp_release from log artifact name --- .github/workflows/run_test_cases.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/run_test_cases.yaml b/.github/workflows/run_test_cases.yaml index 03030908c..f35a7156e 100644 --- a/.github/workflows/run_test_cases.yaml +++ b/.github/workflows/run_test_cases.yaml @@ -97,8 +97,6 @@ jobs: fail-fast: false matrix: app_name: ${{ fromJson(needs.prepare.outputs.docker_ct_apps) }} - otp_release: - - "erlang24" runs-on: aws-amd64 defaults: @@ -130,7 +128,7 @@ jobs: - uses: actions/upload-artifact@v3 if: failure() with: - name: logs_${{ matrix.otp_release }}-${{ matrix.profile }} + name: logs-${{ matrix.profile }} path: source/_build/test/logs ct: @@ -192,7 +190,7 @@ jobs: - uses: actions/upload-artifact@v3 if: failure() with: - name: logs_${{ matrix.otp_release }}-${{ matrix.profile }} + name: logs-${{ matrix.profile }} path: source/_build/test/logs make_cover: