This commit is contained in:
Samkist
2022-06-03 03:33:24 -04:00
parent 7056abbba5
commit a8e40c8fcc

View File

@@ -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