mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 23:40:41 +00:00
typo
This commit is contained in:
parent
236663d0b1
commit
4e9b1eaafa
1 changed files with 3 additions and 1 deletions
4
.github/workflows/cd_prod.yml
vendored
4
.github/workflows/cd_prod.yml
vendored
|
@ -96,7 +96,9 @@ jobs:
|
|||
env:
|
||||
PATH_TO_LIBS: build/app/intermediates/merged_native_libs/prodRelease/out/lib
|
||||
with:
|
||||
files: $PATH_TO_LIBS/arm64-v8a/ $PATH_TO_LIBS/armeabi-v7a/
|
||||
files: |
|
||||
build/app/intermediates/merged_native_libs/prodRelease/out/lib/arm64-v8a/
|
||||
build/app/intermediates/merged_native_libs/prodRelease/out/lib/armeabi-v7a/
|
||||
dest: merged_native_libs.zip
|
||||
recursive: false
|
||||
|
||||
|
|
Loading…
Reference in a new issue