We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d9acd commit f2d7bdcCopy full SHA for f2d7bdc
.github/workflows/zephyr.yml
@@ -28,12 +28,12 @@ jobs:
28
- name: Samples - Hello World
29
working-directory: bacnet
30
run: |
31
- west build -p always -b native_posix zephyr/samples/hello_world
+ west build -p always -b native_posix ./zephyr/samples/hello_world
32
33
- name: Samples - BACnet Profile B-SS
34
35
36
- west build -b nucleo_f429zi -p always bacnet/zephyr/samples/profiles/b-ss/
+ west build -b nucleo_f429zi -p always ./zephyr/samples/profiles/b-ss
37
38
- name: Archive Firmware
39
uses: actions/upload-artifact@v4
0 commit comments