From 2c818576ef087d27d7c36023524ad6b65174c3a0 Mon Sep 17 00:00:00 2001 From: luorijun Date: Wed, 24 Sep 2025 16:55:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=83=A8=E7=BD=B2=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.ps1 b/deploy.ps1 index 229d67d..b195802 100644 --- a/deploy.ps1 +++ b/deploy.ps1 @@ -1,3 +1,3 @@ $env:GOOS="linux"; $env:GOARCH="amd64"; $env:CGO_ENABLED=0; go build -o dist/zz main.go -scp ./dist/zz wyk@43.226.58.254:~/zzcli \ No newline at end of file +scp ./dist/zz wyk@43.226.58.254:~/zz/cli.new \ No newline at end of file