debug ci again
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -48,11 +48,11 @@ jobs:
|
||||
run: luarocks install luafilesystem
|
||||
|
||||
- name: compile-basalt
|
||||
run: cd ${{ github.workspace }} && lua scripts/compiler.lua
|
||||
run: lua scripts/compiler.lua
|
||||
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Basalt-Artifact
|
||||
path: ${{ github.workspace}}/build/basalt.lua
|
||||
path: build/basalt.lua
|
||||
|
||||
Reference in New Issue
Block a user