From b21d1aa9038f396dffc2270d5015b6256e46c21c Mon Sep 17 00:00:00 2001 From: Bruno Alexandre Rosa <1791393+brunoalr@users.noreply.github.com> Date: Thu, 6 Nov 2025 20:48:59 -0300 Subject: [PATCH] check one dir up --- .github/workflows/desktop-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 5ef9c04ac..25d3e8d50 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -464,7 +464,7 @@ jobs: TARGET_MACOS_VERSION: ${{ matrix.override_target }} QTDIR: ${{ matrix.os == 'macOS' && format('{0}/Qt/{1}/macos', github.workspace, matrix.qt_version) || '' }} run: | - ls -lah ${{ env.QTDIR }} + ls -lah ${{ github.workspace }}/Qt .ci/compile.sh --server --test --vcpkg - name: Sign app bundle