mirror of
https://github.com/firewalkwithm3/Sensor-Watch.git
synced 2024-11-22 11:10:29 +08:00
add movement to the workflow
This commit is contained in:
parent
1ae83e8fd4
commit
fb71be55ee
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -20,8 +20,11 @@ jobs:
|
|||
- name: Compile accelerometer-test app
|
||||
run: make
|
||||
working-directory: 'apps/accelerometer-test'
|
||||
- name: Compile movement
|
||||
run: make
|
||||
working-directory: 'movement/make'
|
||||
- name: Upload UF2
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: watch.uf2
|
||||
path: apps/**/build/watch.uf2
|
||||
path: movement/make/build/watch.uf2
|
||||
|
|
Loading…
Reference in a new issue