debug ci
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -44,8 +44,10 @@ jobs:
|
|||||||
|
|
||||||
- name: compile-basalt
|
- name: compile-basalt
|
||||||
run: cd ${{ github.workspace }} && lua scripts/compiler.lua
|
run: cd ${{ github.workspace }} && lua scripts/compiler.lua
|
||||||
|
- name: dir-check
|
||||||
|
run: pwd
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
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