Skip to content

Commit 4addf8e

Browse files
committed
Fixed copy paste mistake.
1 parent c7f7bfe commit 4addf8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
run: build/shared/test.Magick.NET.sh
158158

159159
windows:
160-
name: 'Windows (${{matrix.quantumName}}, ${{matrix.platform}})'
160+
name: 'Windows (${{matrix.quantumName}}, ${{matrix.platformName}})'
161161
runs-on: windows-2022
162162

163163
permissions:
@@ -247,7 +247,7 @@ jobs:
247247
path: publish/output
248248

249249
windows_arm64:
250-
name: 'Windows (${{matrix.quantumName}}, ${{matrix.platform}})'
250+
name: 'Windows (${{matrix.quantumName}}, ${{matrix.platformName}})'
251251
#runs-on: windows-11-arm
252252
runs-on: windows-2022
253253

0 commit comments

Comments
 (0)