From 14345d670e45daf6df88d4bc724659890ac23c7e Mon Sep 17 00:00:00 2001 From: chen Date: Sun, 10 Nov 2024 00:45:51 +0800 Subject: [PATCH] U release.yml: fix build dpends static --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7876870..605983d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: cd client npm install NODE_OPTIONS=--openssl-legacy-provider npm run build - cp -pvr ../server-node/static ../server-go/ + cp -pvr ../server-node/static ../server-go/cloud-clip/ ## 3. build go binary - name: Build server-go