Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yjf2002ghty committed Nov 7, 2024
1 parent 383fea2 commit bb52141
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions release_make/CI.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,6 @@ npm run build || Error
rm -f ./public/vercel.json
find ./public -type f -name "original.*" -exec rm -f {} \;

cat ./src/js/server.js > ./release_make/index.js
cat ./release_make/tail.js > ./release_make/index.js

cp -r ./public ./release_make/release-builds/win/x64/
cp -r ./public ./release_make/release-builds/linux/x64/
cp -r ./public ./release_make/release-builds/win/arm64/
Expand Down

0 comments on commit bb52141

Please sign in to comment.