Skip to content

Commit 248cbc2

Browse files
committed
Consistent naming.
1 parent 82c1b29 commit 248cbc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: Create release
88
jobs:
99

1010
build_linux:
11-
name: Build Linux ${{matrix.architecture}} static
11+
name: Build linux ${{matrix.architecture}} static
1212
container:
1313
image: ubuntu:20.04
1414
runs-on: ubuntu-24.04
@@ -159,7 +159,7 @@ jobs:
159159
path: wasm-${{matrix.architecture}}-static.zip
160160

161161
build_windows:
162-
name: Build Windows ${{matrix.architecture}} ${{matrix.buildType}} ${{matrix.openmp}} ${{matrix.all == true && 'all' || ''}} ${{matrix.linkRuntime == true && 'linked runtime' || ''}}
162+
name: Build windows ${{matrix.architecture}} ${{matrix.buildType}} ${{matrix.openmp}} ${{matrix.all == true && 'all' || ''}} ${{matrix.linkRuntime == true && 'linked runtime' || ''}}
163163
runs-on: windows-2022
164164

165165
strategy:

0 commit comments

Comments
 (0)