diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 540400842..be6a8549c 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -463,9 +463,7 @@ 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: | - ls -lah ${{ github.workspace }}/Qt/Qt - .ci/compile.sh --server --test --vcpkg + run: .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)