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
|
||||
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
|
||||
|
@ -1,5 +1,5 @@
|
||||
[manifest]
|
||||
path = mellifera
|
||||
path = firmware
|
||||
file = west.yml
|
||||
|
||||
[zephyr]
|
||||
|
Reference in New Issue
Block a user