We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d410321 commit beb5ecbCopy full SHA for beb5ecb
publish/workflow_copy_files.py
@@ -10,7 +10,6 @@
10
11
directories = ['locale', 'bin', 'meta', 'script']
12
files = ['main.lua', "changelog.md", "LICENSE"]
13
-binary_files = ['target/release/lua-language-server.exe', 'bin/luajit.exe']
14
15
if os.path.exists(args.target_dir):
16
shutil.rmtree(args.target_dir)
0 commit comments