update release.yml

This commit is contained in:
awalol
2026-04-29 20:05:41 +08:00
parent a68cf93751
commit b8beee0fcd
+2 -2
View File
@@ -49,7 +49,7 @@ jobs:
-DPICO_SDK_PATH="$PICO_SDK_PATH"
cmake --build build/standard --target ds5-bridge
mkdir -p artifacts
cp build/standard/ds5-bridge.uf2 artifacts/ds5-bridge.uf2
cp build/standard/ds5-bridge.uf2 "artifacts/ds5-bridge-${{ github.event.release.tag_name }}.uf2"
- name: Build DSE firmware
run: |
@@ -58,7 +58,7 @@ jobs:
-DPICO_SDK_PATH="$PICO_SDK_PATH" \
-DENABLE_DSE=ON
cmake --build build/dse --target ds5-bridge
cp build/dse/ds5-bridge.uf2 artifacts/ds5-bridge-dse.uf2
cp build/dse/ds5-bridge.uf2 "artifacts/ds5-bridge-dse-${{ github.event.release.tag_name }}.uf2"
- name: Upload UF2 files to release
env: