let's use the same general names across projects so I don't have to think about multiple paths

This commit is contained in:
2025-05-30 23:49:23 -06:00
parent 9c12aa1b3d
commit 6d32cf918f
6 changed files with 3 additions and 3 deletions

View File

@ -24,12 +24,12 @@ jobs:
- name: Setup Zephyr project
uses: zephyrproject-rtos/action-zephyr-setup@v1
with:
app-path: mellifera
app-path: firmware
toolchains: arm-zephyr-eabi
- name: Build
run: |
west build -b nrf52dk/nrf52832 mellifera/app
west build -b nrf52dk/nrf52832 firmware/app
- name: upload
uses: actions/upload-artifact@v3

View File

@ -1,5 +1,5 @@
[manifest]
path = mellifera
path = firmware
file = west.yml
[zephyr]