Skip to content

Commit

Permalink
U release.yml: strip legacy .js
Browse files Browse the repository at this point in the history
  • Loading branch information
yurenchen000 committed Dec 8, 2024
1 parent 8e3e7e9 commit 6ba7d6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
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
find ../server-go/cloud-clip/static/js/ -iname '*-legacy.*.js' -delete
## 3. build go binary
- name: Build server-go
Expand Down

0 comments on commit 6ba7d6b

Please sign in to comment.