We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faea7c5 commit 3251092Copy full SHA for 3251092
.github/workflows/build_sensor_fw.yaml
@@ -32,7 +32,7 @@ jobs:
32
cmake --preset=cross-sensor-buffer . -DCMAKE_BUILD_TYPE=RelWithDebInfo
33
- name: 'Build images'
34
run: |
35
- cmake --build --preset=firmware-g4-sensors --target firmware-applications
+ cmake --build --preset=firmware-g4-sensors --target firmware-applications firmware-images
36
- name: 'Prep images for upload'
37
38
cmake --install ./build-cross-sensor
0 commit comments