From c2ef4324cd870af8f66610d872ea055f063d1672 Mon Sep 17 00:00:00 2001 From: tooomm Date: Thu, 23 Jul 2026 09:39:22 +0200 Subject: [PATCH] quotes --- .github/workflows/desktop-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 8922ca739..60ad00140 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -144,7 +144,7 @@ jobs: package: DEB test: true # run debug build and tests on newest distro version - name: Linux / ${{ matrix.distro }} / ${{ matrix.distro_version }} + name: "Linux / ${{ matrix.distro }} / ${{ matrix.distro_version }}" needs: configure runs-on: ubuntu-latest # https://github.com/actions/runner-images/tree/main#available-images continue-on-error: ${{ matrix.allow-failure == true }} @@ -328,7 +328,7 @@ jobs: qt_modules: qtimageformats qtmultimedia qtwebsockets type: Release - name: ${{ matrix.os }} / ${{ matrix.os_target_version }}${{ case(matrix.soc == 'Intel', ' Intel', '') }}${{ case(matrix.type == 'Debug', ' Debug', '') }} + name: "${{ matrix.os }} / ${{ matrix.os_target_version }}${{ case(matrix.soc == 'Intel', ' Intel', '') }}${{ case(matrix.type == 'Debug', ' Debug', '') }}" needs: configure runs-on: ${{ matrix.runner }} timeout-minutes: 100