From d8214090934d627a1e013e88deb54857d4897189 Mon Sep 17 00:00:00 2001 From: Samkist Date: Fri, 3 Jun 2022 03:49:52 -0400 Subject: [PATCH] debug ci again --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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