From 81c1dd1ef31be11682237ca922c2caca00f20a43 Mon Sep 17 00:00:00 2001 From: Kitsune Ral <> Date: Wed, 27 Dec 2023 10:17:50 +0100 Subject: [PATCH] CI: temporarily push DEPLOY_VERBOSITY high --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e9618e6..dd469f80 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -217,7 +217,7 @@ jobs: if: matrix.composition == 'own-quotient' && matrix.qt-version == 6 && matrix.override-compiler == '' id: package env: - DEPLOY_VERBOSITY: 1 + DEPLOY_VERBOSITY: 3 run: | PACKAGE_STEM=quaternion-${{ needs.Prepare.outputs.version }} case ${{ runner.os }} in