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

@@ -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: