Skip to content

Commit 34aedca

Browse files
committed
Fixes workflow
1 parent 14ade51 commit 34aedca

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/arduino-esp-v2-build-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ jobs:
107107
version: ${{ matrix.platform-version }}
108108
libraries: ${{ steps.libs.outputs.yaml }}
109109
sketch-paths: |
110-
- ${{ env.SKETCH_NAMES_FIND_START }}/${{ matrix.sketch }}
110+
- ${{ env.SKETCH_NAMES_FIND_START }}/${{ matrix.unit }}/${{ matrix.sketch }}

.github/workflows/arduino-esp-v3-build-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,4 @@ jobs:
118118
version: ${{ matrix.platform-version }}
119119
libraries: ${{ steps.libs.outputs.yaml }}
120120
sketch-paths: |
121-
- ${{ env.SKETCH_NAMES_FIND_START }}/${{ matrix.sketch }}
121+
- ${{ env.SKETCH_NAMES_FIND_START }}/${{ matrix.unit }}/${{ matrix.sketch }}

.github/workflows/arduino-m5-build-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@ jobs:
121121
version: ${{ matrix.platform-version }}
122122
libraries: ${{ steps.libs.outputs.yaml }}
123123
sketch-paths: |
124-
- ${{ env.SKETCH_NAMES_FIND_START }}/${{ matrix.sketch }}
124+
- ${{ env.SKETCH_NAMES_FIND_START }}/${{ matrix.unit }}/${{ matrix.sketch }}

0 commit comments

Comments
 (0)