diff --git a/.github/workflows/github.yml b/.github/workflows/github.yml index 38e8ce12e..cd8498c2e 100644 --- a/.github/workflows/github.yml +++ b/.github/workflows/github.yml @@ -281,14 +281,6 @@ jobs: path: | ${{github.workspace}}/**/*.pdb - - name: Android JNI ${{matrix.platform}} - if: ${{ startsWith(matrix.platform, 'android') && github.ref == 'refs/heads/master' }} - uses: actions/upload-artifact@v4 - with: - name: Android JNI ${{matrix.platform}} - path: | - ${{github.workspace}}/out/build/${{matrix.preset}}/android-build/libs - - name: Upload build if: ${{ (matrix.pack == 1 || startsWith(matrix.platform, 'android')) && (github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/beta' || github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/features/')) && matrix.platform != 'msvc' && matrix.platform != 'mingw-32' }} continue-on-error: true