소스 검색

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

cheng zhen 1 년 전
부모
커밋
8ae95fc205
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      .github/workflows/build.mac.yml

+ 3 - 0
.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: