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