diff --git a/.github/workflows/build_sensor_fw.yaml b/.github/workflows/build_sensor_fw.yaml index fd931567a..d6e4e6d52 100644 --- a/.github/workflows/build_sensor_fw.yaml +++ b/.github/workflows/build_sensor_fw.yaml @@ -32,7 +32,7 @@ jobs: cmake --preset=cross-sensor-buffer . -DCMAKE_BUILD_TYPE=RelWithDebInfo - name: 'Build images' run: | - cmake --build --preset=firmware-g4-sensors --target firmware-applications + cmake --build --preset=firmware-g4-sensors --target firmware-applications firmware-images - name: 'Prep images for upload' run: | cmake --install ./build-cross-sensor