Go: rename ragflow_cli to ragflow-cli (#16270)

### What problem does this PR solve?

rename ragflow cli binary

### Type of change

- [x] Refactoring

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
Jin Hai
2026-06-23 19:20:49 +08:00
committed by GitHub
parent d89e29fba8
commit 49714865c1
9 changed files with 26 additions and 26 deletions

View File

@@ -137,8 +137,8 @@ jobs:
output_ext: .exe
runs-on: ${{ matrix.runner }}
env:
CLI_NAME: ragflow_cli
CLI_MAIN: ./cmd/ragflow_cli.go
CLI_NAME: ragflow-cli
CLI_MAIN: ./cmd/ragflow-cli.go
DIST_DIR: dist/cli
OFFICE_OXIDE_VERSION: "0.1.2"
RELEASE_TAG: ${{ needs.prepare.outputs.release_tag }}