mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-21 15:00:40 +00:00
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:
parent
34ea034e67
commit
2f478836ed
1 changed files with 10 additions and 4 deletions
14
.github/workflows/cd_prod.yml
vendored
14
.github/workflows/cd_prod.yml
vendored
|
@ -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
|
Loading…
Reference in a new issue