diff --git a/.github/workflows/Windows-Debug.yml b/.github/workflows/Windows-Debug.yml index c0da96f..3300396 100644 --- a/.github/workflows/Windows-Debug.yml +++ b/.github/workflows/Windows-Debug.yml @@ -1,4 +1,4 @@ -name: CMake on Windows platform +name: Debug build on Windows on: push: diff --git a/.github/workflows/Windows-RelWithDebInfo.yml b/.github/workflows/Windows-RelWithDebInfo.yml index 622baf4..edf08f4 100644 --- a/.github/workflows/Windows-RelWithDebInfo.yml +++ b/.github/workflows/Windows-RelWithDebInfo.yml @@ -1,4 +1,4 @@ -name: CMake on Windows platform +name: RelWithDebInfo build on Windows on: push: