Ldoc test
This commit is contained in:
2
.github/workflows/minify.yml
vendored
2
.github/workflows/minify.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user