From 6cf624757192cd84bd918ee959afeb1cebc7baf2 Mon Sep 17 00:00:00 2001 From: davidmbillie Date: Thu, 8 Jul 2021 11:21:50 -0400 Subject: [PATCH] Testing archiving artifacts 4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6000b955..7ce4bb26 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,7 +92,7 @@ jobs: uses: actions/upload-artifact@v2 with: name: code-coverage-reports - path: ./test/coverage/*.xml + path: ./test/coverage/**.xml - name: Archive test results uses: actions/upload-artifact@v2