File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -347,11 +347,10 @@ jobs:
347
347
sketches-report-path : ${{ env.SKETCHES_REPORTS_PATH }}
348
348
cli-compile-flags : |
349
349
- --output-dir
350
- - ${{ env.BUILD_PATH }}
351
- - --verbose
350
+ - ${{ runner.temp }}/arduino-cli-output
352
351
353
352
- name : List exported artifacts
354
- run : ls ${{ env.BUILD_PATH }}
353
+ run : ls ${{ runner.temp }}/arduino-cli-output
355
354
356
355
- name : Write data to size trends report spreadsheet
357
356
# Update report on every push to the master branch
@@ -373,5 +372,5 @@ jobs:
373
372
if : github.event_name == 'pull_request'
374
373
uses : actions/upload-artifact@v4
375
374
with :
376
- name : sketches-build -${{ matrix.board.artifact-name-suffix }}
377
- path : ${{ env.BUILD_PATH }}
375
+ name : arduino-cli-output -${{ matrix.board.artifact-name-suffix }}
376
+ path : ${{ runner.temp }}/arduino-cli-output
You can’t perform that action at this time.
0 commit comments