Selaa lähdekoodia

Fix lane name

onevcat 5 vuotta sitten
vanhempi
commit
024c64377e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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