forked from mirror/DotRecast
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:
|
jobs:
|
||||||
build-and-test:
|
build-and-test:
|
||||||
name: build-and-test-${{matrix.os}}
|
name: build-and-test-${{matrix.os}}-dotnet-${{matrix.dotnet-version}}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in New Issue