mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-23 16:00:41 +00:00
Zip merged_native_libs
This commit is contained in:
parent
22b9a96cdd
commit
8ce5e65f18
1 changed files with 7 additions and 4 deletions
11
.github/workflows/cd_prod.yml
vendored
11
.github/workflows/cd_prod.yml
vendored
|
@ -87,9 +87,12 @@ 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: montudor/action-zip@v1
|
||||
with:
|
||||
args: zip -qq -r merged_native_libs.zip build/app/intermediates/merged_native_libs/prodRelease/out/lib/
|
||||
- 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: merged_native_libs.zip
|
||||
|
|
Loading…
Reference in a new issue