forked from bit/DotRecastNetSim
refactor: add matrix.dotnet-version name to github workflow .NET
This commit is contained in:
parent
751d3a07a1
commit
6307efff7f
|
@ -14,7 +14,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build-and-test:
|
||||
name: build-and-test-${{matrix.os}}
|
||||
name: build-and-test-${{matrix.os}}-dotnet-${{matrix.dotnet-version}}
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
Loading…
Reference in New Issue