Browse Source

updated workflow

Jesus Oliver 8 months ago
parent
commit
acc5a91dbd
1 changed files with 1 additions and 18 deletions
  1. 1 18
      .github/workflows/main.yml

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

@@ -134,6 +134,7 @@ jobs:
           ./gradlew -PuseCommitHashAsVersionName=true --no-daemon -PbuildNativeProjects=true \
           :jme3-ios-native:build
 
+      # TODO: how to upload this jars to maven?
       - name: Upload natives
         uses: actions/upload-artifact@master
         with:
@@ -208,12 +209,6 @@ jobs:
           name: android-natives
           path: build/native
 
-      - name: Download natives for iOS
-        uses: actions/download-artifact@master
-        with:
-          name: ios-natives
-          path: build/native
-
       - name: Validate the Gradle wrapper
         uses: gradle/actions/wrapper-validation@v3
       - name: Build Engine
@@ -406,12 +401,6 @@ jobs:
           name: android-natives
           path: build/native
 
-      - name: Download natives for iOS
-        uses: actions/download-artifact@master
-        with:
-          name: ios-natives
-          path: build/native
-
       - name: Rebuild the maven artifacts and deploy them to the Sonatype repository
         run: |
           if [ "${{ secrets.OSSRH_PASSWORD }}" = "" ];
@@ -469,12 +458,6 @@ jobs:
           name: android-natives
           path: build/native
 
-      - name: Download natives for iOS
-        uses: actions/download-artifact@master
-        with:
-          name: ios-natives
-          path: build/native
-
       - name: Rebuild the maven artifacts and deploy them to Sonatype OSSRH
         run: |
           if [ "${{ secrets.OSSRH_PASSWORD }}" = "" ];