We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f42d59f commit 139657dCopy full SHA for 139657d
.github/workflows/compile_examples.yml
@@ -69,7 +69,7 @@ jobs:
69
with:
70
if-no-files-found: error
71
path: ${{ env.SKETCHES_REPORTS_PATH }}
72
- name: ${{ env.SKETCHES_REPORTS_PATH }}
+ name: sketches-reports-artifact
73
74
# When using a matrix to compile for multiple boards, it's necessary to use a separate job for the deltas report
75
report:
@@ -81,7 +81,7 @@ jobs:
81
- name: Download sketches reports artifact
82
uses: actions/download-artifact@v2
83
84
85
86
87
- uses: arduino/report-size-deltas@v1
0 commit comments