Skip to content

Commit dfa2426

Browse files
committed
fix
1 parent 1c1730d commit dfa2426

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/compile-examples.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,8 @@ jobs:
346346
enable-deltas-report: "true"
347347
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
348348
cli-compile-flags: |
349-
- --output-dir=${{ env.BUILD_PATH }}
349+
- --output-dir
350+
- ${{ env.BUILD_PATH }}
350351
- --verbose
351352
352353
- name: List exported artifacts

0 commit comments

Comments
 (0)