From 8e10cc08494caf8bdf891822b25bbc5c223cebe0 Mon Sep 17 00:00:00 2001 From: scito Date: Fri, 5 Apr 2024 14:32:25 +0200 Subject: [PATCH] -L --- .github/workflows/ci_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |