diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de8d9a5..f6a4d96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,11 +48,11 @@ jobs: run: luarocks install luafilesystem - name: compile-basalt - run: cd ${{ github.workspace }} && lua scripts/compiler.lua + run: lua scripts/compiler.lua - name: Upload artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: Basalt-Artifact - path: ${{ github.workspace}}/build/basalt.lua + path: build/basalt.lua