Skip to content

Commit 852c3b8

Browse files
committed
Fix
1 parent ea147e5 commit 852c3b8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/lib.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Upload artifact
7878
uses: actions/upload-artifact@v4
7979
with:
80-
name: ${{ env.SKETCHES_REPORTS_ARTIFACT_NAME }}
80+
name: ${{ env.SKETCHES_REPORTS_ARTIFACT_NAME }}-${{ matrix.target }}
8181
path: ${{ env.SKETCHES_REPORTS_PATH }}
8282

8383
report-to-file:
@@ -100,7 +100,8 @@ jobs:
100100
- name: Download sketches reports artifact
101101
uses: actions/download-artifact@v4
102102
with:
103-
name: ${{ env.SKETCHES_REPORTS_ARTIFACT_NAME }}
103+
pattern: ${{ env.SKETCHES_REPORTS_ARTIFACT_NAME }}-*
104+
merge-multiple: true
104105
path: ${{ env.SKETCHES_REPORTS_PATH }}
105106

106107
- name: Report results

0 commit comments

Comments
 (0)