Skip to content

Commit fcd6a1e

Browse files
committed
Fixed typo in Apple TV regex
1 parent 5148e94 commit fcd6a1e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/parse-inputs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,13 @@ case $INPUT_TARGET_LOWERCASE in
116116
tv)
117117
SIMPLATFORM="tvOS"
118118
SIMPLATFORM_REGEX="tvOS"
119-
SIMDEVICE_REGEX="AppleTV"
119+
SIMDEVICE_REGEX="Apple\sTV"
120120
;;
121121

122122
tv-4k)
123123
SIMPLATFORM="tvOS"
124124
SIMPLATFORM_REGEX="tvOS"
125-
SIMDEVICE_REGEX="AppleTV\s4K"
125+
SIMDEVICE_REGEX="Apple\sTV\s4K"
126126
;;
127127

128128
watch)

0 commit comments

Comments
 (0)