diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6d410e3c5..33f28db7e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -115,6 +115,13 @@ jobs: doc-archives: ${{ (startsWith(matrix.qt, '5.10.') || startsWith(matrix.qt, '5.11.')) && 'qt' || (startsWith(matrix.qt, '5') && 'qtcore qtbluetooth' || 'qtcore') }} doc-modules: ${{ startsWith(matrix.qt, '6') && 'qtbluetooth' || '' }} aqtversion: ==3.1.* + - name: Upload aqt log + #if: failure() + uses: actions/upload-artifact@v4 + with: + name: aqtinstall-log-linux-${{ matrix.env.cc }}-${{ matrix.qt }} + path: aqtinstall.log + if-no-files-found: error - name: Install linuxdeploy run: | curl --create-dirs --location --output-dir /home/runner/.local/bin --remote-name-all \