mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-23 16:00:41 +00:00
Changed actions zipper
This commit is contained in:
parent
8ce5e65f18
commit
685034709f
1 changed files with 6 additions and 3 deletions
9
.github/workflows/cd_prod.yml
vendored
9
.github/workflows/cd_prod.yml
vendored
|
@ -88,11 +88,14 @@ jobs:
|
|||
path: build/app/outputs/bundle/prodRelease/app-prod-release.aab
|
||||
|
||||
- name: Zip merged_native_libs folder
|
||||
uses: montudor/action-zip@v1
|
||||
uses: thedoctor0/zip-release@0.7.1
|
||||
with:
|
||||
args: zip -qq -r merged_native_libs.zip build/app/intermediates/merged_native_libs/prodRelease/out/lib/
|
||||
type: 'zip'
|
||||
path: '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: merged_native_libs
|
||||
path: merged_native_libs.zip
|
||||
path: build/app/intermediates/merged_native_libs/prodRelease/out/lib/merged_native_libs.zip
|
||||
|
|
Loading…
Reference in a new issue