Просмотр исходного кода

Added comment for missing ios native upload task in workflow

joliver82 1 год назад
Родитель
Сommit
8a9fc83cd2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -93,7 +93,7 @@ jobs:
           ./gradlew -PuseCommitHashAsVersionName=true --no-daemon -PbuildNativeProjects=true \
           ./gradlew -PuseCommitHashAsVersionName=true --no-daemon -PbuildNativeProjects=true \
           :jme3-ios-native:build
           :jme3-ios-native:build
 
 
-
+      # TODO: Add upload natives like done for Android?
 
 
 
 
   # Build the natives on android
   # Build the natives on android