From 1f5a248832b63ce666c49986ec79c710b0fe4cc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Schartum=20Dokken?= Date: Sat, 28 Oct 2023 18:46:18 +0200 Subject: [PATCH] Upload artifact (#82) --- .github/workflows/test_mpc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_mpc.yml b/.github/workflows/test_mpc.yml index 407e5b4d..bb323a5f 100644 --- a/.github/workflows/test_mpc.yml +++ b/.github/workflows/test_mpc.yml @@ -187,7 +187,7 @@ jobs: coverage html - name: Upload coverage report as artifact - if: matrix.build_mode == 'release' && matrix.petsc_arch == 'real' && matrix.CC == 'cc' && matrix.CXX == 'c++' + if: matrix.build_mode == 'Release' && matrix.petsc_arch == 'linux-gnu-real64-32' && matrix.CC == 'cc' && matrix.CXX == 'c++' uses: actions/upload-artifact@v3 with: name: code-coverage-report