소스 검색

fix issue #1496 2nd try (Android natives missing from JARs)

Stephen Gold 4 년 전
부모
커밋
9cb633d6a1
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      .github/workflows/main.yml

+ 6 - 0
.github/workflows/main.yml

@@ -317,6 +317,12 @@ jobs:
           name: 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
         run: |
           if [ "${{ secrets.OSSRH_PASSWORD }}" = "" ];