File tree Expand file tree Collapse file tree 1 file changed +1
-18
lines changed
Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ jobs:
134134 ./gradlew -PuseCommitHashAsVersionName=true --no-daemon -PbuildNativeProjects=true \
135135 :jme3-ios-native:build
136136
137+ # TODO: how to upload this jars to maven?
137138 - name : Upload natives
138139 uses : actions/upload-artifact@master
139140 with :
@@ -208,12 +209,6 @@ jobs:
208209 name : android-natives
209210 path : build/native
210211
211- - name : Download natives for iOS
212- uses : actions/download-artifact@master
213- with :
214- name : ios-natives
215- path : build/native
216-
217212 - name : Validate the Gradle wrapper
218213 uses : gradle/actions/wrapper-validation@v3
219214 - name : Build Engine
@@ -406,12 +401,6 @@ jobs:
406401 name : android-natives
407402 path : build/native
408403
409- - name : Download natives for iOS
410- uses : actions/download-artifact@master
411- with :
412- name : ios-natives
413- path : build/native
414-
415404 - name : Rebuild the maven artifacts and deploy them to the Sonatype repository
416405 run : |
417406 if [ "${{ secrets.OSSRH_PASSWORD }}" = "" ];
@@ -469,12 +458,6 @@ jobs:
469458 name : android-natives
470459 path : build/native
471460
472- - name : Download natives for iOS
473- uses : actions/download-artifact@master
474- with :
475- name : ios-natives
476- path : build/native
477-
478461 - name : Rebuild the maven artifacts and deploy them to Sonatype OSSRH
479462 run : |
480463 if [ "${{ secrets.OSSRH_PASSWORD }}" = "" ];
You can’t perform that action at this time.
0 commit comments