Skip to content

Commit b92adf7

Browse files
Claudealbert-lv
andcommitted
Update nano-agent URLs to match release workflow structure
Agent-Logs-Url: https://github.com/albert-lv/registry/sessions/0a54b0aa-b7a4-4977-8128-8c942234e96a Co-authored-by: albert-lv <55610820+albert-lv@users.noreply.github.com>
1 parent 9e4ebef commit b92adf7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

nano-agent/agent.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,31 @@
1111
"distribution": {
1212
"binary": {
1313
"darwin-aarch64": {
14-
"archive": "https://binary-releases.oss-cn-hangzhou.aliyuncs.com/nano/v0.6.21/nano-darwin-arm64.tar.gz",
14+
"archive": "https://binary-releases.oss-cn-hangzhou.aliyuncs.com/nano/releases/v0.6.21/nano-darwin-arm64",
1515
"cmd": "./nano",
1616
"args": [
1717
"acp",
1818
"serve"
1919
]
2020
},
2121
"darwin-x86_64": {
22-
"archive": "https://binary-releases.oss-cn-hangzhou.aliyuncs.com/nano/v0.6.21/nano-darwin-amd64.tar.gz",
22+
"archive": "https://binary-releases.oss-cn-hangzhou.aliyuncs.com/nano/releases/v0.6.21/nano-darwin-amd64",
2323
"cmd": "./nano",
2424
"args": [
2525
"acp",
2626
"serve"
2727
]
2828
},
2929
"linux-aarch64": {
30-
"archive": "https://binary-releases.oss-cn-hangzhou.aliyuncs.com/nano/v0.6.21/nano-linux-arm64.tar.gz",
30+
"archive": "https://binary-releases.oss-cn-hangzhou.aliyuncs.com/nano/releases/v0.6.21/nano-linux-arm64",
3131
"cmd": "./nano",
3232
"args": [
3333
"acp",
3434
"serve"
3535
]
3636
},
3737
"linux-x86_64": {
38-
"archive": "https://binary-releases.oss-cn-hangzhou.aliyuncs.com/nano/v0.6.21/nano-linux-amd64.tar.gz",
38+
"archive": "https://binary-releases.oss-cn-hangzhou.aliyuncs.com/nano/releases/v0.6.21/nano-linux-amd64",
3939
"cmd": "./nano",
4040
"args": [
4141
"acp",

0 commit comments

Comments
 (0)