Skip to content

Commit f2d7bdc

Browse files
committed
Fixing samples building path for pipeline workflow.
1 parent 68d9acd commit f2d7bdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/zephyr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
- name: Samples - Hello World
2929
working-directory: bacnet
3030
run: |
31-
west build -p always -b native_posix zephyr/samples/hello_world
31+
west build -p always -b native_posix ./zephyr/samples/hello_world
3232
3333
- name: Samples - BACnet Profile B-SS
3434
working-directory: bacnet
3535
run: |
36-
west build -b nucleo_f429zi -p always bacnet/zephyr/samples/profiles/b-ss/
36+
west build -b nucleo_f429zi -p always ./zephyr/samples/profiles/b-ss
3737
3838
- name: Archive Firmware
3939
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)