mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-24 00:10:47 +00:00
Added zip directory to CD
This commit is contained in:
parent
685034709f
commit
4ba4360989
1 changed files with 1 additions and 0 deletions
1
.github/workflows/cd_prod.yml
vendored
1
.github/workflows/cd_prod.yml
vendored
|
@ -91,6 +91,7 @@ jobs:
|
||||||
uses: thedoctor0/zip-release@0.7.1
|
uses: thedoctor0/zip-release@0.7.1
|
||||||
with:
|
with:
|
||||||
type: 'zip'
|
type: 'zip'
|
||||||
|
directory: 'build/app/intermediates/merged_native_libs/prodRelease/out/lib/'
|
||||||
path: 'build/app/intermediates/merged_native_libs/prodRelease/out/lib/'
|
path: 'build/app/intermediates/merged_native_libs/prodRelease/out/lib/'
|
||||||
filename: 'merged_native_libs.zip'
|
filename: 'merged_native_libs.zip'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue