debug: show contents of QTDIR

This commit is contained in:
Bruno Alexandre Rosa 2025-11-06 20:36:08 -03:00
parent 8a19a56317
commit 5ad8488245

View file

@ -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)