Skip to content

Commit c656fcc

Browse files
committed
Make artifacts name unique
1 parent 506a1a8 commit c656fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile-examples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,4 +229,4 @@ jobs:
229229
uses: actions/upload-artifact@v4
230230
with:
231231
path: ${{ env.SKETCHES_REPORTS_PATH }}
232-
name: ${{ env.SKETCHES_REPORTS_PATH }}
232+
name: ${{ env.SKETCHES_REPORTS_PATH }}-${{ matrix.board.fqbn }}

0 commit comments

Comments
 (0)