From 5f059bda7c8b2a8b7febd199716f0a9a92ba9f64 Mon Sep 17 00:00:00 2001 From: Dominion Date: Sun, 4 Jun 2023 14:55:36 -0400 Subject: [PATCH] List the directory for debug purposes --- .github/workflows/ci-suite.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index f51fe93e28..02bce9778c 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -346,6 +346,7 @@ jobs: mkdir -p "~/BYOND-${{ env.BYOND_MAJOR }}.${{ env.BYOND_MINOR }}" cd "~/BYOND-${{ env.BYOND_MAJOR }}.${{ env.BYOND_MINOR }}" curl "http://www.byond.com/download/build/${{ env.BYOND_MAJOR }}/${{ env.BYOND_MAJOR }}.${{ env.BYOND_MINOR }}_byond.zip" -o byond.zip + ls -l - name: Upgrade NPM run: npm install -g npm @@ -533,6 +534,7 @@ jobs: mkdir -p "~/BYOND-${{ env.BYOND_MAJOR }}.${{ env.BYOND_MINOR }}" cd "~/BYOND-${{ env.BYOND_MAJOR }}.${{ env.BYOND_MINOR }}" curl "http://www.byond.com/download/build/${{ env.BYOND_MAJOR }}/${{ env.BYOND_MAJOR }}.${{ env.BYOND_MINOR }}_byond_linux.zip" -o byond.zip + ls -l - name: Install Node 12.X uses: actions/setup-node@v3