check one dir up

This commit is contained in:
Bruno Alexandre Rosa 2025-11-06 20:48:59 -03:00
parent d448dea0df
commit b21d1aa903

View file

@ -464,7 +464,7 @@ jobs:
TARGET_MACOS_VERSION: ${{ matrix.override_target }} TARGET_MACOS_VERSION: ${{ matrix.override_target }}
QTDIR: ${{ matrix.os == 'macOS' && format('{0}/Qt/{1}/macos', github.workspace, matrix.qt_version) || '' }} QTDIR: ${{ matrix.os == 'macOS' && format('{0}/Qt/{1}/macos', github.workspace, matrix.qt_version) || '' }}
run: | run: |
ls -lah ${{ env.QTDIR }} ls -lah ${{ github.workspace }}/Qt
.ci/compile.sh --server --test --vcpkg .ci/compile.sh --server --test --vcpkg
- name: Sign app bundle - name: Sign app bundle