Skip to content

Commit 6c43067

Browse files
committed
Update master_build.yml and release_build.yml
1 parent 990afd6 commit 6c43067

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/master_build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ env:
3838

3939
jobs:
4040
build:
41+
name: "${{matrix.os}}
4142
strategy:
4243
matrix:
4344
include:

.github/workflows/release_build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ env:
3131

3232
jobs:
3333
build:
34+
name: "${{matrix.os}}
3435
strategy:
3536
matrix:
3637
include:

0 commit comments

Comments
 (0)