try different directory with ci

This commit is contained in:
Samkist
2022-06-03 02:30:19 -04:00
parent b8a4d7829d
commit 724eedf7e9
2 changed files with 3 additions and 1 deletions

View File

@@ -38,5 +38,7 @@ end
local sourceFileName = "basalt.lua"
local sourceFile = io.open(buildPath .. sourceFileName, "w")
sourceFile:write(compiledSource)
sourceFile:close()