From a4c55426ee87941ae4bbfeffe5f51564500400bd Mon Sep 17 00:00:00 2001 From: Le Tan Date: Thu, 2 May 2024 23:04:19 +0800 Subject: [PATCH] fix --- .github/workflows/ci-win.yml | 2 +- src/Packaging.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-win.yml b/.github/workflows/ci-win.yml index f5f1d37f1a..0a445ab6f4 100644 --- a/.github/workflows/ci-win.yml +++ b/.github/workflows/ci-win.yml @@ -134,7 +134,7 @@ jobs: git push --force --tags - name: Update Continuous Build Release - if: github.ref == 'refs/heads/master' && ${{!startsWith(matrix.config.qt, '5.15')}} + if: github.ref == 'refs/heads/master' uses: johnwbyrd/update-release@v1.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/src/Packaging.cmake b/src/Packaging.cmake index a392c6f6ab..7b2659da14 100644 --- a/src/Packaging.cmake +++ b/src/Packaging.cmake @@ -35,7 +35,7 @@ function(windeployqt target) COMMAND "${CMAKE_COMMAND}" -E env PATH="${QT_BIN_DIR}" "${WINDEPLOYQT_EXECUTABLE}" ${WINDEPLOYQT_ARGS} - --verbose 0 + --verbose 1 --no-quick-import --no-opengl-sw --no-compiler-runtime