Skip to content

Commit

Permalink
Fix regression re report-size-deltas after updating actions/upload-ar…
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger authored Feb 19, 2024
1 parent f60d20d commit 972a8bf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,23 @@ jobs:
- fqbn: arduino:megaavr:uno2018:mode=off
ethernet: true
nina: true
artifact-name-suffix: arduino-megaavr-uno2018
- fqbn: arduino:samd:mkrwifi1010
ethernet: true
nina: true
artifact-name-suffix: arduino-samd-mkrwifi1010
- fqbn: arduino:mbed_nano:nano33ble
ethernet: false
nina: false
artifact-name-suffix: arduino-mbed_nano-nano33ble
- fqbn: arduino:mbed_portenta:envie_m7
ethernet: false
nina: false
artifact-name-suffix: arduino-mbed_portenta-envie_m7
- fqbn: arduino:mbed_opta:opta
ethernet: true
nina: false
artifact-name-suffix: arduino-mbed_opta-opta

# Make board type-specific customizations to the matrix jobs
include:
Expand Down Expand Up @@ -110,5 +115,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
if-no-files-found: error
name: ${{ env.SKETCHES_REPORTS_PATH }}
name: sketches-report-${{ matrix.board.artifact-name-suffix }}
path: ${{ env.SKETCHES_REPORTS_PATH }}

0 comments on commit 972a8bf

Please sign in to comment.