File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -368,6 +368,9 @@ jobs:
368
368
${{ matrix.sketch-paths }}
369
369
enable-deltas-report : " true"
370
370
sketches-report-path : ${{ env.SKETCHES_REPORTS_PATH }}
371
+ cli-compile-flags : |
372
+ - --output-dir
373
+ - ${{ runner.temp }}/arduino-cli-output
371
374
372
375
- name : Write data to size trends report spreadsheet
373
376
# Update report on every push to the master branch
@@ -384,3 +387,10 @@ jobs:
384
387
with :
385
388
name : sketches-report-${{ matrix.board.artifact-name-suffix }}
386
389
path : ${{ env.SKETCHES_REPORTS_PATH }}
390
+
391
+ - name : Save build artifact
392
+ if : github.event_name == 'pull_request'
393
+ uses : actions/upload-artifact@v4
394
+ with :
395
+ name : provisioning-${{ matrix.board.artifact-name-suffix }}
396
+ path : ${{ runner.temp }}/arduino-cli-output/Provisioning*
You can’t perform that action at this time.
0 commit comments