Skip to content

Commit acc5a91

Browse files
author
Jesus Oliver
committed
updated workflow
1 parent 1d592f8 commit acc5a91

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff 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 }}" = "" ];

0 commit comments

Comments
 (0)