We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9def165 commit 938ec7dCopy full SHA for 938ec7d
.github/workflows/compile-examples.yml
@@ -44,10 +44,13 @@ jobs:
44
board:
45
- fqbn: arduino:samd:mkr1000
46
type: wifi101
47
+ artifact-name-suffix: arduino-samd-mkr1000
48
- fqbn: arduino:samd:mkrgsm1400
49
type: gsm
50
+ artifact-name-suffix: arduino-samd-mkrgsm1400
51
- fqbn: arduino:megaavr:uno2018
52
type: megaavr
53
+ artifact-name-suffix: arduino-megaavr-uno2018
54
55
# make board type-specific customizations to the matrix jobs
56
include:
@@ -91,4 +94,4 @@ jobs:
91
94
with:
92
95
if-no-files-found: error
93
96
path: ${{ env.SKETCHES_REPORTS_PATH }}
- name: ${{ env.SKETCHES_REPORTS_PATH }}
97
+ name: sketches-report-${{ matrix.board.artifact-name-suffix }}
0 commit comments