try different directory with ci
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -43,7 +43,7 @@ jobs:
|
|||||||
run: luarocks install luafilesystem
|
run: luarocks install luafilesystem
|
||||||
|
|
||||||
- name: compile-basalt
|
- name: compile-basalt
|
||||||
run: lua ${{ github.workspace }}/scripts/compiler.lua
|
run: cd ${{ github.workspace }} && lua scripts/compiler.lua
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -38,5 +38,7 @@ end
|
|||||||
local sourceFileName = "basalt.lua"
|
local sourceFileName = "basalt.lua"
|
||||||
local sourceFile = io.open(buildPath .. sourceFileName, "w")
|
local sourceFile = io.open(buildPath .. sourceFileName, "w")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
sourceFile:write(compiledSource)
|
sourceFile:write(compiledSource)
|
||||||
sourceFile:close()
|
sourceFile:close()
|
||||||
Reference in New Issue
Block a user