Преглед изворни кода

ci: correctly print install tree of CMake install

Anonymous Maarten пре 3 година
родитељ
комит
b9e45ae0bb
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -96,7 +96,7 @@ jobs:
         set -eu
         set -eu
         cmake --install build/ --config Release
         cmake --install build/ --config Release
         echo "SDL3_DIR=$(pwd)/cmake_prefix" >> $GITHUB_ENV
         echo "SDL3_DIR=$(pwd)/cmake_prefix" >> $GITHUB_ENV
-        ( cd cmake_prefix; find ) | LC_ALL=C sort -u
+        ( cd cmake_prefix; find . ) | LC_ALL=C sort -u
     - name: Configure (Autotools)
     - name: Configure (Autotools)
       if: matrix.platform.autotools
       if: matrix.platform.autotools
       run: |
       run: |