Skip to content

Commit 8bc6a7a

Browse files
committed
ci: add release description for cc-agent
Made-with: Cursor
1 parent 129ac4c commit 8bc6a7a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/docker.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,18 @@ jobs:
4343
if: startsWith(github.ref, 'refs/tags/')
4444
uses: softprops/action-gh-release@v2
4545
with:
46+
body: |
47+
## CC Agent binaries
48+
49+
Lightweight Go agent for managing Xray on nodes.
50+
Downloaded automatically during node auto-setup from the panel.
51+
52+
| File | Architecture |
53+
|------|-------------|
54+
| `cc-agent-linux-amd64` | x86_64 (most VPS) |
55+
| `cc-agent-linux-arm64` | ARM64 |
56+
57+
> Panel source code is distributed via Docker Hub: `clickdevtech/hysteria-panel`
4658
files: |
4759
cc-agent/cc-agent-linux-amd64
4860
cc-agent/cc-agent-linux-arm64

0 commit comments

Comments
 (0)