diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index c58d31dc2..0627d667e 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -462,7 +462,9 @@ jobs: DEVELOPER_DIR: '/Applications/Xcode_${{matrix.xcode}}.app/Contents/Developer' TARGET_MACOS_VERSION: ${{ matrix.override_target }} QTDIR: ${{ matrix.os == 'macOS' && format('{0}/Qt/{1}/macos', github.workspace, matrix.qt_version) || '' }} - run: .ci/compile.sh --server --test --vcpkg + run: | + ls -lah ${{ env.QTDIR }} + .ci/compile.sh --server --test --vcpkg - name: Sign app bundle if: matrix.os == 'macOS' && matrix.make_package && (github.ref == 'refs/heads/master' || needs.configure.outputs.tag != null)