Skip to content

Commit dfdeb12

Browse files
wip
1 parent 8fbaf50 commit dfdeb12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
uses: actions/upload-artifact@v4
7979
with:
8080
name: constrained-${{matrix.ref}}-${{matrix.ghc-version}}-coverage
81-
path: coverage-report.md
81+
path: coverage-report-${{matrix.ref}}.md
8282
if-no-files-found: error
8383
compression-level: 0
8484
retention-days: 1
@@ -114,5 +114,5 @@ jobs:
114114
with:
115115
comment-id: ${{ steps.fc.outputs.comment-id }}
116116
issue-number: ${{ github.event.pull_request.number }}
117-
body-path: coverage-report.md
117+
body-path: coverage-report-${{github.headc_ref}}.md
118118
edit-mode: replace

0 commit comments

Comments
 (0)