Bläddra i källkod

Fix lane name

onevcat 5 år sedan
förälder
incheckning
024c64377e
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      fastlane/Fastfile

+ 1 - 1
fastlane/Fastfile

@@ -25,7 +25,7 @@ platform :ios do
     
   lane :test_ci do
     if ENV["DESTINATION"].include? "watchOS" then
-        build_watch_os(destination: ENV["DESTINATION"], swift_version: ENV["SWIFT_VERSION"])
+        build(destination: ENV["DESTINATION"], swift_version: ENV["SWIFT_VERSION"])
     else
         test(destination: ENV["DESTINATION"], swift_version: ENV["SWIFT_VERSION"])
     end