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 a6a4127 commit 9625575Copy full SHA for 9625575
.github/workflows/compile-examples.yml
@@ -34,6 +34,7 @@ jobs:
34
- fqbn: arduino:samd:mkr1000
35
platforms: |
36
- name: arduino:samd
37
+ artifact-name-suffix: arduino-samd-mkr1000
38
39
steps:
40
- name: Checkout repository
@@ -59,4 +60,4 @@ jobs:
59
60
with:
61
if-no-files-found: error
62
path: ${{ env.SKETCHES_REPORTS_PATH }}
- name: ${{ env.SKETCHES_REPORTS_PATH }}
63
+ name: sketches-report-${{ matrix.board.artifact-name-suffix }}
0 commit comments