update NativeLibs path

This commit is contained in:
Adam Velebil 2024-03-24 13:34:09 +01:00
parent 55c770d4b5
commit 56d0f0f456
No known key found for this signature in database
GPG Key ID: C9B1E4A3CBBD2E10

View File

@ -7,7 +7,7 @@ fi
export REF=$(echo ${GITHUB_REF} | cut -d '/' -f 3,4,5,6,7 | sed -r 's/\//_/g')
export FLUTTER_APK=build/app/outputs/flutter-apk
export NATIVE_LIBS=build/app/intermediates/merged_native_libs/release/out/lib
export NATIVE_LIBS=build/app/intermediates/merged_native_libs/release/mergeReleaseNativeLibs/out/lib
rm -rf artifacts
mkdir artifacts