Skip to content

Commit 139657d

Browse files
committed
Try with a name set
1 parent f42d59f commit 139657d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compile_examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
with:
7070
if-no-files-found: error
7171
path: ${{ env.SKETCHES_REPORTS_PATH }}
72-
name: ${{ env.SKETCHES_REPORTS_PATH }}
72+
name: sketches-reports-artifact
7373

7474
# When using a matrix to compile for multiple boards, it's necessary to use a separate job for the deltas report
7575
report:
@@ -81,7 +81,7 @@ jobs:
8181
- name: Download sketches reports artifact
8282
uses: actions/download-artifact@v2
8383
with:
84-
name: ${{ env.SKETCHES_REPORTS_PATH }}
84+
name: sketches-reports-artifact
8585
path: ${{ env.SKETCHES_REPORTS_PATH }}
8686

8787
- uses: arduino/report-size-deltas@v1

0 commit comments

Comments
 (0)