Skip to content

Commit 9625575

Browse files
authored
Fix regression re report-size-deltas after updating actions/upload-artifact. (#171)
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 a6a4127 commit 9625575

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/compile-examples.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- fqbn: arduino:samd:mkr1000
3535
platforms: |
3636
- name: arduino:samd
37+
artifact-name-suffix: arduino-samd-mkr1000
3738

3839
steps:
3940
- name: Checkout repository
@@ -59,4 +60,4 @@ jobs:
5960
with:
6061
if-no-files-found: error
6162
path: ${{ env.SKETCHES_REPORTS_PATH }}
62-
name: ${{ env.SKETCHES_REPORTS_PATH }}
63+
name: sketches-report-${{ matrix.board.artifact-name-suffix }}

0 commit comments

Comments
 (0)