From 747e9e94597fe2f4d9c60a888f7ea9f5b57ddc8d Mon Sep 17 00:00:00 2001 From: Rick Vogel Date: Mon, 31 Oct 2022 12:00:33 +0100 Subject: [PATCH] unify config naming --- .github/workflows/cmake.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 745992b4..948106c2 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -83,7 +83,7 @@ jobs: }, } - { - name: "Ubuntu_Latest_GCC Qt5", + name: "Ubuntu Latest GCC Qt5", os: ubuntu-latest, artifact: "ubuntu_gcc.7z", build_type: "Release", @@ -99,7 +99,7 @@ jobs: }, } - { - name: "Ubuntu_Latest_GCC Qt6", + name: "Ubuntu Latest GCC Qt6", os: ubuntu-latest, artifact: "ubuntu_gcc.7z", build_type: "Release", @@ -115,7 +115,7 @@ jobs: }, } - { - name: "Ubuntu_GCC_9 Qt5", + name: "Ubuntu GCC 9 Qt5", os: ubuntu-latest, artifact: "ubuntu_gcc9.7z", build_type: "Release", @@ -131,7 +131,7 @@ jobs: }, } - { - name: "Ubuntu_GCC_9 Qt6", + name: "Ubuntu GCC 9 Qt6", os: ubuntu-latest, artifact: "ubuntu_gcc9.7z", build_type: "Release",