Skip to content

Commit 857c994

Browse files
committed
Update inputs for upload-artifact entries
1 parent dbf2e79 commit 857c994

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/compile-examples.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,11 +256,12 @@ jobs:
256256
sketch-paths: |
257257
${{ env.UNIVERSAL_SKETCH_PATHS }}
258258
${{ matrix.additional-sketch-paths }}
259+
${{ matrix.mkrgsm1400-sketch-paths }}
259260
enable-deltas-report: 'true'
260261
verbose: 'true'
261262

262263
- name: Save memory usage change report as artifact
263264
uses: actions/upload-artifact@v1
264265
with:
265-
name: size-deltas-reports
266-
path: size-deltas-reports
266+
name: sketches-reports
267+
path: sketches-reports

0 commit comments

Comments
 (0)