From e46ed7f004f40e887b1aea9b4d9be8127ab2a5e7 Mon Sep 17 00:00:00 2001 From: xierfloat <2053619887@qq.com> Date: Thu, 26 Feb 2026 14:49:04 +0800 Subject: [PATCH] Update release-desktop.yml --- .github/workflows/release-desktop.yml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-desktop.yml b/.github/workflows/release-desktop.yml index 0da0243f..485b1bdc 100644 --- a/.github/workflows/release-desktop.yml +++ b/.github/workflows/release-desktop.yml @@ -26,6 +26,11 @@ jobs: with: version: 10 + - name: Setup Bun + uses: oven-sh/setup-bun@v2 + with: + bun-version: latest + - name: Configure git for HTTPS run: | git config --global url."https://github.com/".insteadOf "git@github.com:" @@ -83,6 +88,11 @@ jobs: with: version: 10 + - name: Setup Bun + uses: oven-sh/setup-bun@v2 + with: + bun-version: latest + - name: Configure git for HTTPS run: | git config --global url."https://github.com/".insteadOf "git@github.com:" @@ -129,6 +139,11 @@ jobs: with: version: 10 + - name: Setup Bun + uses: oven-sh/setup-bun@v2 + with: + bun-version: latest + - name: Configure git for HTTPS run: | git config --global url."https://github.com/".insteadOf "git@github.com:" @@ -515,4 +530,8 @@ jobs: echo "" >> $GITHUB_STEP_SUMMARY echo "### 🔗 CDN URLs:" >> $GITHUB_STEP_SUMMARY echo "- Version: https://r2.deepractice.ai/promptx-releases/$VERSION/" >> $GITHUB_STEP_SUMMARY - echo "- Latest: https://r2.deepractice.ai/promptx-releases/latest/ (auto-redirects)" >> $GITHUB_STEP_SUMMARY \ No newline at end of file + echo "- Latest: https://r2.deepractice.ai/promptx-releases/latest/ (auto-redirects)" >> $GITHUB_STEP_SUMMARY + echo "" >> $GITHUB_STEP_SUMMARY + echo "### 🔗 CDN URLs:" >> $GITHUB_STEP_SUMMARY + echo "- Version: https://r2.deepractice.ai/promptx-releases/$VERSION/" >> $GITHUB_STEP_SUMMARY + echo "- Latest: https://r2.deepractice.ai/promptx-releases/latest/ (auto-redirects)" >> $GITHUB_STEP_SUMMARY