We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 804f2ab commit 9cb633dCopy full SHA for 9cb633d
1 file changed
.github/workflows/main.yml
@@ -317,6 +317,12 @@ jobs:
317
name: release
318
path: dist/release
319
320
+ - name: Download natives for android
321
+ uses: actions/download-artifact@master
322
+ with:
323
+ name: android-natives
324
+ path: build/native
325
+
326
- name: Rebuild the maven artifacts and deploy them to Sonatype OSSRH
327
run: |
328
if [ "${{ secrets.OSSRH_PASSWORD }}" = "" ];
0 commit comments