fix: tmux exec type mismatch, add --version flag, add config check command

This commit is contained in:
2026-08-09 19:30:14 +02:00
parent edc02d48d4
commit 6795ee1f4f
5 changed files with 120 additions and 44 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ jobs:
ext=""
if [ "${{ matrix.goos }}" = "windows" ]; then ext=".exe"; fi
out="dist/kctl-tui-${{ matrix.goos }}-${{ matrix.goarch }}${ext}"
go build -o "$out" -ldflags "-s -w" ./cmd/kctl-tui
go build -o "$out" -ldflags "-s -w -X main.version=${GITHUB_REF_NAME}" ./cmd/kctl-tui
echo "Built $out"
- name: Upload artifact