Skip to content

Commit

Permalink
Upload artifact (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd authored Oct 28, 2023
1 parent af82932 commit 1f5a248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_mpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f5a248

Please sign in to comment.