Skip to content

Commit b494eef

Browse files
committed
Fixed tvos target identifier
1 parent 11be852 commit b494eef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/parse-inputs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ case $INPUT_TARGET_LOWERCASE in
5151
tvos)
5252
SIMPLATFORM_SHORT="tvOS"
5353
SIMPLATFORM_REGEX="tvOS"
54-
SIMDEVICE_REGEX="AppleTV"
54+
SIMDEVICE_REGEX="Apple\sTV"
5555
;;
5656

5757
watchos)

0 commit comments

Comments
 (0)