Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9625575

Browse filesBrowse files
authored
Fix regression re report-size-deltas after updating actions/upload-artifact. (arduino-libraries#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
Copy full SHA for 9625575

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎.github/workflows/compile-examples.yml

Copy file name to clipboardExpand all lines: .github/workflows/compile-examples.yml
+2-1Lines changed: 2 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.