diff --git a/.github/workflows/ci_release.yml b/.github/workflows/ci_release.yml index f5b2d48..dabf4d1 100644 --- a/.github/workflows/ci_release.yml +++ b/.github/workflows/ci_release.yml @@ -328,7 +328,7 @@ jobs: - name: List MacOS Recursive if: runner.os == 'macOS' run: | - ls -alR --dereference-command-line-symlink-to-dir $Python_ROOT_DIR + ls -alRL $Python_ROOT_DIR - name: List env if: runner.os == 'macOS' run: |