Skip to content

Commit 715d010

Browse files
committed
Unique artifact names for matrix versions, see simonw/shot-scraper#141
1 parent 10d8a5f commit 715d010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/compile-examples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,4 @@ jobs:
151151
uses: actions/upload-artifact@v4
152152
with:
153153
path: ${{ env.SKETCHES_REPORTS_PATH }}
154-
name: ${{ env.SKETCHES_REPORTS_PATH }}
154+
name: ${{ env.SKETCHES_REPORTS_PATH }}-${{ matrix.board.fqbn }}

0 commit comments

Comments
 (0)