debug ci
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -50,10 +50,8 @@ 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
|
||||||
run: cd ${{ github.workspace }}
|
run: cd ${{ github.workspace }} && pwd
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: Basalt-Artifact
|
name: Basalt-Artifact
|
||||||
|
|||||||
Reference in New Issue
Block a user