update release.yml
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user