Skip to content

Commit

Permalink
U release.yml: size improve: strip unnecessary files in static
Browse files Browse the repository at this point in the history
  • Loading branch information
yurenchen000 committed Nov 9, 2024
1 parent 14345d6 commit 773e686
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
npm install
NODE_OPTIONS=--openssl-legacy-provider npm run build
cp -pvr ../server-node/static ../server-go/cloud-clip/
find ../server-go/cloud-clip/static/ -iname '*.br' -delete
find ../server-go/cloud-clip/static/ -iname '*.gz' -delete
## 3. build go binary
- name: Build server-go
Expand Down

0 comments on commit 773e686

Please sign in to comment.