From 6fa25f352f5175ee53a9d675a504ac68609637f9 Mon Sep 17 00:00:00 2001 From: Vilem Zavodny Date: Fri, 17 Jan 2025 15:10:52 +0100 Subject: [PATCH] artifacts --- .github/workflows/build-run-applications.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-run-applications.yml b/.github/workflows/build-run-applications.yml index 332f823e..ca95b187 100644 --- a/.github/workflows/build-run-applications.yml +++ b/.github/workflows/build-run-applications.yml @@ -168,10 +168,9 @@ jobs: if: always() with: name: ${{ env.TEST_RESULT_NAME }} - path: ${{ env.TEST_RESULT_FILE }} - with: - pattern: benchmark_*.md - path: benchmark + path: | + ${{ env.TEST_RESULT_FILE }} + benchmark_*.md publish-results: name: Publish Test results @@ -184,10 +183,9 @@ jobs: uses: actions/download-artifact@v4 with: pattern: test_results_* - path: test_results - with: - pattern: benchmark_*.md - path: benchmark + path: | + test_results + benchmark_*.md - name: Publish Test Results uses: EnricoMi/publish-unit-test-result-action@v2 with: