mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-26 17:30:41 +00:00
typo
This commit is contained in:
parent
1f78b4198d
commit
b65dae3135
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cd_prod.yml
vendored
2
.github/workflows/cd_prod.yml
vendored
|
@ -90,7 +90,7 @@ jobs:
|
|||
- name: Zip merged_native_libs folder
|
||||
uses: vimtor/action-zip@v1.1
|
||||
with:
|
||||
files: build/app/intermediates/merged_native_libs/prodRelease/out/lib/arm64-v8a build/app/intermediates/merged_native_libs/prodRelease/out/lib/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
|
||||
|
||||
- name: Upload merged_native_libs to artifacts
|
||||
|
|
Loading…
Reference in a new issue