Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
okdshin committed Nov 29, 2023
1 parent 9cd8697 commit f03d577
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@ jobs:
--copy-metadata torch \
--hidden-import=tiktoken_ext.openai_public \
--hidden-import=tiktoken_ext \
--add-binary build_backend_server/bin/flatline-server:flatline/backend_server \
;
mkdir -p ./dist/flatline_lsp/flatline
mv build_backend_server/bin/flatline-server ./dist/flatline_lsp/flatline/backend_server \
mkdir -p ./dist/flatline_lsp/license
find build_backend_server/bin -name \*.LICENSE.txt | xargs -I{} cp {} ./dist/flatline_lsp/license/
cd dist
Expand Down

0 comments on commit f03d577

Please sign in to comment.