From 2753885db0215e0b67a8dad6ba48e1c94733d05c Mon Sep 17 00:00:00 2001 From: Samkist Date: Fri, 3 Jun 2022 03:52:40 -0400 Subject: [PATCH] debug ci again --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37db4d5..6b293bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,12 +50,9 @@ jobs: - name: compile-basalt run: lua scripts/compiler.lua - - name: test - run: pwd && ls -la - - name: Upload artifact uses: actions/upload-artifact@v3 with: name: Basalt-Artifact - path: build/basalt.lua + path: basalt.lua