File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,15 @@ jobs:
3434 - fqbn : arduino:avr:leonardo
3535 platforms : |
3636 - name: arduino:avr
37+ artifact-name-suffix : arduino-avr-leonardo
3738 - fqbn : arduino:sam:arduino_due_x_dbg
3839 platforms : |
3940 - name: arduino:sam
41+ artifact-name-suffix : arduino-sam-arduino_due_x_dbg
4042 - fqbn : arduino:samd:mkrzero
4143 platforms : |
4244 - name: arduino:samd
45+ artifact-name-suffix : arduino-samd-mkrzero
4346
4447 steps :
4548 - name : Checkout repository
6669 with :
6770 if-no-files-found : error
6871 path : ${{ env.SKETCHES_REPORTS_PATH }}
69- name : ${{ env.SKETCHES_REPORTS_PATH }}
72+ name : sketches-report- ${{ matrix.board.artifact-name-suffix }}
Original file line number Diff line number Diff line change 2020 - name : Comment size deltas reports to PRs
2121 uses : arduino/report-size-deltas@v1
2222 with :
23- # The name of the workflow artifact created by the sketch compilation workflow
24- sketches-reports-source : sketches-reports
23+ # Regex matching the names of the workflow artifacts created by the "Compile Examples" workflow
24+ sketches-reports-source : ^ sketches-report-.+
You can’t perform that action at this time.
0 commit comments