|
@@ -317,6 +317,12 @@ jobs:
|
|
name: release
|
|
name: release
|
|
path: dist/release
|
|
path: dist/release
|
|
|
|
|
|
|
|
+ - name: Download natives for android
|
|
|
|
+ uses: actions/download-artifact@master
|
|
|
|
+ with:
|
|
|
|
+ name: android-natives
|
|
|
|
+ path: build/native
|
|
|
|
+
|
|
- name: Rebuild the maven artifacts and deploy them to Sonatype OSSRH
|
|
- name: Rebuild the maven artifacts and deploy them to Sonatype OSSRH
|
|
run: |
|
|
run: |
|
|
if [ "${{ secrets.OSSRH_PASSWORD }}" = "" ];
|
|
if [ "${{ secrets.OSSRH_PASSWORD }}" = "" ];
|