From b8beee0fcd039a7e0712797ada634fd523cfebec Mon Sep 17 00:00:00 2001 From: awalol Date: Wed, 29 Apr 2026 20:05:41 +0800 Subject: [PATCH] update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 597a317..a287b55 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: