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

Try proper uploading ios-natives

Jesus Oliver 8 месяцев назад
Родитель
Сommit
1d592f80d4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .github/workflows/main.yml

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

@@ -138,7 +138,7 @@ jobs:
         uses: actions/upload-artifact@master
         with:
           name: ios-natives
-          path: build/native
+          path: jme3-ios-native/build/libs
 
   # Build the natives on android
   BuildAndroidNatives: