Release Workflow

This commit is contained in:
Robert Jelic
2025-02-10 17:26:31 +01:00
parent 6a64fa74f9
commit a81e62c227
4 changed files with 44 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ jobs:
local attr = lfs.attributes(fullPath)
if attr.mode == "directory" then
scanDir(fullPath, baseDir .. file .. "/")
elseif file:match("%.lua$") then
elseif file:match("%.lua$") and file ~= "LuaLS.lua" then
table.insert(files, {
path = baseDir .. file,
fullPath = fullPath