Skip to content

Commit c389b7b

Browse files
committed
Swap example sketches in workflow file
1 parent b49b303 commit c389b7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compile-examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747
- name: arduino:mbed_portenta
4848
artifact-name-suffix: arduino-mbed_portenta-envie_m7
4949
additional-sketch-paths: |
50-
- examples/Standby_WakeFromRTC_C33
50+
- examples/Standby_WakeFromRTC_H7
5151
- fqbn: arduino:renesas_portenta:portenta_c33
5252
platforms: |
5353
- name: arduino:renesas_portenta
5454
artifact-name-suffix: arduino-renesas_portenta-portenta_c33
5555
additional-sketch-paths: |
56-
- examples/Standby_WakeFromRTC_H7
56+
- examples/Standby_WakeFromRTC_C33
5757
5858
steps:
5959
- name: Checkout repository

0 commit comments

Comments
 (0)