From 8ae95fc205a6f861ece54e7e2e95e2b3b082fd71 Mon Sep 17 00:00:00 2001 From: cheng zhen Date: Fri, 10 Jan 2025 20:59:35 +0800 Subject: [PATCH] feat: add step to list contents of dist directory in MacOS build workflow --- .github/workflows/build.mac.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.mac.yml b/.github/workflows/build.mac.yml index 004cd71..a71a531 100644 --- a/.github/workflows/build.mac.yml +++ b/.github/workflows/build.mac.yml @@ -36,6 +36,9 @@ jobs: cat dist/.env | head -n 1 || (echo "Cannot read ENV file!" && exit 1) + - name: List dist directory contents + run: ls -la dist/ + - name: Upload MacOS ARM artifact uses: actions/upload-artifact@v4 with: