From 4204ec0e291b00083143e8e64af877ae3032a697 Mon Sep 17 00:00:00 2001 From: Atlas Date: Tue, 19 Dec 2023 01:10:46 -0500 Subject: [PATCH] added troubleshooting step --- .github/workflows/actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 0f6c7c5..fa63756 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -5,6 +5,7 @@ jobs: Build-Extension: runs-on: ubuntu-latest steps: + - run: ls -lash - name: Install Deps run: npm install - name: Package Extension