Ldoc test

This commit is contained in:
Robert Jelic
2025-02-09 15:40:19 +01:00
parent 54d0367d1c
commit 1dc3a01d2c
3 changed files with 65 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ jobs:
table.insert(output, 'return project["main.lua"]')
local out = io.open("release/project.min.lua", "w")
local out = io.open("release/basalt.lua", "w")
out:write(table.concat(output))
out:close()
EOL