We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a75c4fd commit 33ff44aCopy full SHA for 33ff44a
.github/workflows/compile-examples.yml
@@ -345,7 +345,8 @@ jobs:
345
${{ matrix.sketch-paths }}
346
enable-deltas-report: "true"
347
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
348
- cli-compile-flags: "--output-dir=${{ env.BUILD_PATH }}/build/${{ matrix.board.type }}"
+ cli-compile-flags: |
349
+ - --output-dir=${{ env.BUILD_PATH }}
350
351
- name: Write data to size trends report spreadsheet
352
# Update report on every push to the master branch
@@ -367,5 +368,5 @@ jobs:
367
368
if: github.event_name == 'pull_request'
369
uses: actions/upload-artifact@v4
370
with:
- name: sketches-build
371
+ name: sketches-build-${{ matrix.board.artifact-name-suffix }}
372
path: ${{ env.BUILD_PATH }}
0 commit comments