Browse Source

Update Windows.yml

Panagiotis Christopoulos Charitos 4 years ago
parent
commit
4df57acfa2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/Windows.yml

+ 2 - 0
.github/workflows/Windows.yml

@@ -8,6 +8,7 @@ on:
 
 
 jobs:
 jobs:
   Debug:
   Debug:
+    name: "Debug"
     runs-on: windows-latest
     runs-on: windows-latest
 
 
     steps:
     steps:
@@ -21,6 +22,7 @@ jobs:
       run: cmake --build ${{github.workspace}}/build --config Debug
       run: cmake --build ${{github.workspace}}/build --config Debug
       
       
   Release:
   Release:
+    name: "Release"
     runs-on: windows-latest
     runs-on: windows-latest
 
 
     steps:
     steps: