ci test
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -50,9 +50,11 @@ jobs:
|
||||
- name: compile-basalt
|
||||
run: lua scripts/compiler.lua
|
||||
|
||||
- name: dir-check
|
||||
run: "pwd"
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Basalt-Artifact
|
||||
path: basalt.lua
|
||||
path: build/basalt.lua
|
||||
|
||||
Reference in New Issue
Block a user