feat: win bl update exe file test

This commit is contained in:
rendianmeng
2026-07-31 18:16:53 +08:00
parent f5a36b1787
commit 75b056ba64
2 changed files with 11 additions and 8 deletions
+2 -2
View File
@@ -18,7 +18,7 @@ on:
- channel
- stable
channel:
description: "Required when mode=channel. dist-tag name, e.g. mcp / plugin / release-test (lowercase, digits, dashes)"
description: "Required when mode=channel. dist-tag / rolling manifest name (lowercase, digits, dashes). bailian-cli binary install verify: sync-release; knowledge-studio-cli / other tags: mcp, plugin, etc."
required: false
type: string
@@ -93,7 +93,7 @@ jobs:
- name: Require channel input
if: ${{ inputs.channel == '' }}
run: |
echo "::error::mode=channel requires the workflow input \"channel\" (e.g. mcp, plugin, release-test). Leave mode=stable if you do not need a dist-tag."
echo "::error::mode=channel requires the workflow input \"channel\" (bailian-cli install verify: sync-release; knowledge-studio-cli / others: e.g. mcp, plugin). Leave mode=stable if you do not need a dist-tag."
exit 1
- uses: actions/checkout@v6