Skip to content

Commit 33ff44a

Browse files
committed
fix flags
1 parent a75c4fd commit 33ff44a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/compile-examples.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,8 @@ jobs:
345345
${{ matrix.sketch-paths }}
346346
enable-deltas-report: "true"
347347
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
348-
cli-compile-flags: "--output-dir=${{ env.BUILD_PATH }}/build/${{ matrix.board.type }}"
348+
cli-compile-flags: |
349+
- --output-dir=${{ env.BUILD_PATH }}
349350
350351
- name: Write data to size trends report spreadsheet
351352
# Update report on every push to the master branch
@@ -367,5 +368,5 @@ jobs:
367368
if: github.event_name == 'pull_request'
368369
uses: actions/upload-artifact@v4
369370
with:
370-
name: sketches-build
371+
name: sketches-build-${{ matrix.board.artifact-name-suffix }}
371372
path: ${{ env.BUILD_PATH }}

0 commit comments

Comments
 (0)