We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eaeb4c commit 3a67d0bCopy full SHA for 3a67d0b
.github/workflows/compile-examples.yml
@@ -36,12 +36,15 @@ jobs:
36
- fqbn: arduino:samd:arduino_zero_edbg
37
platforms: |
38
- name: arduino:samd
39
+ artifact-name-suffix: arduino-samd-arduino_zero_edbg
40
- fqbn: arduino:samd:mkrzero
41
42
43
+ artifact-name-suffix: arduino-samd-mkrzero
44
- fqbn: arduino:samd:nano_33_iot
45
46
47
+ artifact-name-suffix: arduino-samd-nano_33_iot
48
49
steps:
50
- name: Checkout repository
@@ -67,5 +70,5 @@ jobs:
67
70
uses: actions/upload-artifact@v4
68
71
with:
69
72
if-no-files-found: error
73
+ name: sketches-report-${{ matrix.board.artifact-name-suffix }}
74
path: ${{ env.SKETCHES_REPORTS_PATH }}
- name: ${{ env.SKETCHES_REPORTS_PATH }}
0 commit comments