Skip to content

Commit 938ec7d

Browse files
authored
Fix regression re report-size-deltas after updating actions/upload-artifact. (#82)
For more information see https://github.com/arduino/report-size-deltas/blob/main/docs/FAQ.md#size-deltas-report-workflow-triggered-by-schedule-event .
1 parent 9def165 commit 938ec7d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: .github/workflows/compile-examples.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,13 @@ jobs:
4444
board:
4545
- fqbn: arduino:samd:mkr1000
4646
type: wifi101
47+
artifact-name-suffix: arduino-samd-mkr1000
4748
- fqbn: arduino:samd:mkrgsm1400
4849
type: gsm
50+
artifact-name-suffix: arduino-samd-mkrgsm1400
4951
- fqbn: arduino:megaavr:uno2018
5052
type: megaavr
53+
artifact-name-suffix: arduino-megaavr-uno2018
5154

5255
# make board type-specific customizations to the matrix jobs
5356
include:
@@ -91,4 +94,4 @@ jobs:
9194
with:
9295
if-no-files-found: error
9396
path: ${{ env.SKETCHES_REPORTS_PATH }}
94-
name: ${{ env.SKETCHES_REPORTS_PATH }}
97+
name: sketches-report-${{ matrix.board.artifact-name-suffix }}

0 commit comments

Comments
 (0)