feat: add step to list contents of dist directory in MacOS build workflow

This commit is contained in:
cheng zhen
2025-01-10 20:59:35 +08:00
parent 6eff11c1bb
commit 8ae95fc205

View File

@@ -36,6 +36,9 @@ jobs:
cat dist/.env | head -n 1 || (echo "Cannot read ENV file!" && exit 1) 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 - name: Upload MacOS ARM artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with: