Added zip directory to CD

This commit is contained in:
Vadim 2023-05-04 17:20:26 +02:00
parent 685034709f
commit 4ba4360989

View file

@ -91,6 +91,7 @@ jobs:
uses: thedoctor0/zip-release@0.7.1
with:
type: 'zip'
directory: 'build/app/intermediates/merged_native_libs/prodRelease/out/lib/'
path: 'build/app/intermediates/merged_native_libs/prodRelease/out/lib/'
filename: 'merged_native_libs.zip'