Zip merged_native_libs

Zip merged_native_libs

Changed actions zipper

Added zip directory to CD

Removed zip directory from CD
This commit is contained in:
Vadim 2023-05-04 16:12:47 +02:00
parent 34ea034e67
commit 2f478836ed

View file

@ -87,9 +87,15 @@ jobs:
name: m3_lightmeter_bundle
path: build/app/outputs/bundle/prodRelease/app-prod-release.aab
- name: Upload native debug symbols to artifacts
- name: Zip merged_native_libs folder
uses: thedoctor0/zip-release@0.7.1
with:
type: 'zip'
directory: 'build/app/intermediates/merged_native_libs/prodRelease/out/lib/'
filename: 'merged_native_libs.zip'
- name: Upload merged_native_libs to artifacts
uses: actions/upload-artifact@v3
with:
name: m3_lightmeter_native_debug_symbols
path: |
build/app/intermediates/merged_native_libs/prodRelease/out/lib/
name: merged_native_libs
path: build/app/intermediates/merged_native_libs/prodRelease/out/lib/merged_native_libs.zip