Skip to content

Commit

Permalink
U release.yml: fix build dpends static
Browse files Browse the repository at this point in the history
  • Loading branch information
yurenchen000 committed Nov 9, 2024
1 parent 4427a35 commit 14345d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 14345d6

Please sign in to comment.