diff --git a/.github/workflows/macos-test.yml b/.github/workflows/macos-test.yml index 3536273..c8a1cf9 100644 --- a/.github/workflows/macos-test.yml +++ b/.github/workflows/macos-test.yml @@ -58,6 +58,8 @@ jobs: APPLEIDPASS: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: List all files + run: ls -all -h - name: Upload Artifacts uses: actions/upload-artifact@v2 with: