diff --git a/.github/workflows/build-uc2.yml b/.github/workflows/build-uc2.yml index 445e8e57..d595b1c9 100644 --- a/.github/workflows/build-uc2.yml +++ b/.github/workflows/build-uc2.yml @@ -57,7 +57,7 @@ jobs: arch: x64, python-arch: x64, python-ver: '3.8', - name: 'windows-x64 MSVC 64bit', + name: 'windows-x64 MSVC 64bit shared', msvc-arch: x64, artifact: 'windows_msvc64_shared.7z', shared: 'yes', @@ -70,7 +70,7 @@ jobs: arch: x86, python-arch: x86, python-ver: '3.8', - name: 'windows-x86 MSVC 32bit', + name: 'windows-x86 MSVC 32bit shared', msvc-arch: x86, artifact: 'windows_msvc32_shared.7z', shared: 'yes', @@ -83,7 +83,7 @@ jobs: arch: x64, python-arch: x64, python-ver: '3.8', - name: 'windows-x64 MSVC 64bit', + name: 'windows-x64 MSVC 64bit static', msvc-arch: x64, artifact: 'windows_msvc64_static.7z', shared: 'no', @@ -96,7 +96,7 @@ jobs: arch: x86, python-arch: x86, python-ver: '3.8', - name: 'windows-x86 MSVC 32bit', + name: 'windows-x86 MSVC 32bit static', msvc-arch: x86, artifact: 'windows_msvc32_static.7z', shared: 'no', @@ -223,7 +223,7 @@ jobs: arch: x64, python-arch: x64, python-ver: '3.8', - name: 'macos-x64 cmake', + name: 'macos-x64 cmake shared', shared: 'yes', artifact: 'macos-cmake-shared-x64.7z', build_type: 'Debug', @@ -366,7 +366,7 @@ jobs: arch: x64, python-arch: x64, python-ver: '3.8', - name: 'ubuntu-x64 cmake', + name: 'ubuntu-x64 cmake shared', shared: 'yes', artifact: 'ubuntu-cmake-shared-x64.7z', build_type: 'Debug', @@ -378,7 +378,7 @@ jobs: arch: x86, python-arch: x86, python-ver: '3.8', - name: 'ubuntu-x86 cmake', + name: 'ubuntu-x86 cmake shared', shared: 'yes', artifact: 'ubuntu-cmake-shared-x86.7z', build_type: 'Debug', @@ -390,7 +390,7 @@ jobs: arch: x64, python-arch: x64, python-ver: '3.8', - name: 'ubuntu-x64 cmake', + name: 'ubuntu-x64 cmake static', shared: 'no', artifact: 'ubuntu-cmake-static-x64.7z', build_type: 'Debug', @@ -402,7 +402,7 @@ jobs: arch: x86, python-arch: x86, python-ver: '3.8', - name: 'ubuntu-x86 cmake', + name: 'ubuntu-x86 cmake static', shared: 'no', artifact: 'ubuntu-cmake-static-x86.7z', build_type: 'Debug',