Skip to content

Commit 510b87c

Browse files
committed
standardize on 'win' for Windows builds
1 parent b8f1cd4 commit 510b87c

6 files changed

+6
-6
lines changed

.github/workflows/pipeline-electron-build-and-test-and-nan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
target-platform:
77
type: string
8-
description: 'Platform to run on, can be macos, windows or linux.'
8+
description: 'Platform to run on, can be macos, win or linux.'
99
required: true
1010
target-arch:
1111
type: string

.github/workflows/pipeline-electron-build-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
target-platform:
77
type: string
8-
description: 'Platform to run on, can be macos, windows or linux'
8+
description: 'Platform to run on, can be macos, win or linux'
99
required: true
1010
target-arch:
1111
type: string

.github/workflows/pipeline-segment-electron-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
type: string
1010
target-platform:
1111
type: string
12-
description: 'Platform to run on, can be macos, windows or linux'
12+
description: 'Platform to run on, can be macos, win or linux'
1313
required: true
1414
target-arch:
1515
type: string

.github/workflows/pipeline-segment-electron-gn-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
target-platform:
77
type: string
8-
description: 'Platform to run on, can be macos, windows or linux'
8+
description: 'Platform to run on, can be macos, win or linux'
99
required: true
1010
target-archs:
1111
type: string

.github/workflows/pipeline-segment-electron-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
target-platform:
77
type: string
8-
description: 'Platform to run on, can be macos, windows or linux'
8+
description: 'Platform to run on, can be macos, win or linux'
99
required: true
1010
target-arch:
1111
type: string

.github/workflows/pipeline-segment-node-nan-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
target-platform:
77
type: string
8-
description: 'Platform to run on, can be macos, windows or linux'
8+
description: 'Platform to run on, can be macos, win or linux'
99
required: true
1010
target-arch:
1111
type: string

0 commit comments

Comments
 (0)