let's use the same general names across projects so I don't have to think about multiple paths
This commit is contained in:
4
.github/workflows/blah.yml
vendored
4
.github/workflows/blah.yml
vendored
@ -24,12 +24,12 @@ jobs:
|
|||||||
- name: Setup Zephyr project
|
- name: Setup Zephyr project
|
||||||
uses: zephyrproject-rtos/action-zephyr-setup@v1
|
uses: zephyrproject-rtos/action-zephyr-setup@v1
|
||||||
with:
|
with:
|
||||||
app-path: mellifera
|
app-path: firmware
|
||||||
toolchains: arm-zephyr-eabi
|
toolchains: arm-zephyr-eabi
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
west build -b nrf52dk/nrf52832 mellifera/app
|
west build -b nrf52dk/nrf52832 firmware/app
|
||||||
|
|
||||||
- name: upload
|
- name: upload
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[manifest]
|
[manifest]
|
||||||
path = mellifera
|
path = firmware
|
||||||
file = west.yml
|
file = west.yml
|
||||||
|
|
||||||
[zephyr]
|
[zephyr]
|
||||||
|
Reference in New Issue
Block a user