From 27e6f8907252ceac75963c8d8be749fd87c4ca09 Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Sat, 11 May 2024 17:00:43 +0200 Subject: [PATCH] chore: Add ls command to alpha.yml workflow for debugging purposes --- .github/workflows/alpha.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index e080284a5..e18a81c4b 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -314,6 +314,7 @@ jobs: run: | pnpm package mv ./dist/output.mar windows.mar + ls ./dist - name: Upload artifact uses: actions/upload-artifact@v3 with: