Skip to content

Commit 9cb633d

Browse files
committed
fix issue #1496 2nd try (Android natives missing from JARs)
1 parent 804f2ab commit 9cb633d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

+6
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,12 @@ jobs:
317317
name: release
318318
path: dist/release
319319

320+
- name: Download natives for android
321+
uses: actions/download-artifact@master
322+
with:
323+
name: android-natives
324+
path: build/native
325+
320326
- name: Rebuild the maven artifacts and deploy them to Sonatype OSSRH
321327
run: |
322328
if [ "${{ secrets.OSSRH_PASSWORD }}" = "" ];

0 commit comments

Comments
 (0)