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