diff --git a/publish/workflow_copy_files.py b/publish/workflow_copy_files.py index d57d345..1e40074 100644 --- a/publish/workflow_copy_files.py +++ b/publish/workflow_copy_files.py @@ -10,7 +10,6 @@ directories = ['locale', 'bin', 'meta', 'script'] files = ['main.lua', "changelog.md", "LICENSE"] -binary_files = ['target/release/lua-language-server.exe', 'bin/luajit.exe'] if os.path.exists(args.target_dir): shutil.rmtree(args.target_dir)