diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5409d47..b340f05 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -82,7 +82,11 @@ jobs: - name: LS Unix 1 if: matrix.os != 'windows-2022' - run: ls src/bullet3 + run: ls src/bullet3/installed + + - name: LS Unix 1 + if: matrix.os != 'windows-2022' + run: ls src/bullet3/build - name: LS Unix 2 if: matrix.os != 'windows-2022'