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
|
||||
|
||||
- name: compile-basalt
|
||||
run: lua ${{ github.workspace }}/scripts/compiler.lua
|
||||
run: cd ${{ github.workspace }} && lua scripts/compiler.lua
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user