fix: ci build

This commit is contained in:
awalol
2026-05-08 13:57:39 +08:00
parent be01dc439e
commit bc18d31613
+2 -2
View File
@@ -90,8 +90,8 @@ jobs:
-DCMAKE_BUILD_TYPE=Release \
-DPICO_SDK_PATH="$PICO_SDK_PATH" \
-DENABLE_SERIAL=ON
cmake --build build/dse --target ds5-bridge
cp build/dse/ds5-bridge.uf2 artifacts/ds5-bridge-dse.uf2
cmake --build build/debug --target ds5-bridge
cp build/debug/ds5-bridge.uf2 artifacts/ds5-bridge-debug.uf2
- name: Upload standard UF2 artifact
uses: actions/upload-artifact@v7