We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea147e5 commit 852c3b8Copy full SHA for 852c3b8
.github/workflows/lib.yml
@@ -77,7 +77,7 @@ jobs:
77
- name: Upload artifact
78
uses: actions/upload-artifact@v4
79
with:
80
- name: ${{ env.SKETCHES_REPORTS_ARTIFACT_NAME }}
+ name: ${{ env.SKETCHES_REPORTS_ARTIFACT_NAME }}-${{ matrix.target }}
81
path: ${{ env.SKETCHES_REPORTS_PATH }}
82
83
report-to-file:
@@ -100,7 +100,8 @@ jobs:
100
- name: Download sketches reports artifact
101
uses: actions/download-artifact@v4
102
103
+ pattern: ${{ env.SKETCHES_REPORTS_ARTIFACT_NAME }}-*
104
+ merge-multiple: true
105
106
107
- name: Report results
0 commit comments