1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-10-31 00:07:39 +02:00

Update path to JNI upload

This commit is contained in:
Ivan Savenko
2024-06-20 17:07:48 +00:00
parent 13de373def
commit afc0c8fb5c

View File

@@ -290,7 +290,7 @@ jobs:
with:
name: Android JNI ${{matrix.platform}}
path: |
${{ github.workspace }}/android/vcmi-app/src/main/jniLibs
${{github.workspace}}/out/build/${{matrix.preset}}/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' }}