From d3bb1ac4ef3b140fe67bf09de3b253e380600902 Mon Sep 17 00:00:00 2001 From: Samkist Date: Fri, 3 Jun 2022 03:36:57 -0400 Subject: [PATCH] debug ci --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db02e90..0344fa3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,10 +50,8 @@ jobs: - name: compile-basalt run: cd ${{ github.workspace }} && lua scripts/compiler.lua - - name: dir-check - run: pwd - name: Upload artifact - run: cd ${{ github.workspace }} + run: cd ${{ github.workspace }} && pwd uses: actions/upload-artifact@v2 with: name: Basalt-Artifact