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
4e9b1eaafa
commit
e2dde67768
1 changed files with 2 additions and 5 deletions
7
.github/workflows/cd_prod.yml
vendored
7
.github/workflows/cd_prod.yml
vendored
|
@ -8,7 +8,6 @@ name: Build prod .aab & .apk
|
|||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
env:
|
||||
BUILD_ARGS: --release --flavor prod --dart-define cameraPreviewAspectRatio=2/3 -t lib/main_prod.dart
|
||||
|
||||
|
@ -96,9 +95,7 @@ jobs:
|
|||
env:
|
||||
PATH_TO_LIBS: build/app/intermediates/merged_native_libs/prodRelease/out/lib
|
||||
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
|
||||
recursive: false
|
||||
|
||||
|
@ -106,4 +103,4 @@ jobs:
|
|||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: merged_native_libs
|
||||
path: merged_native_libs.zip
|
||||
path: merged_native_libs.zip
|
||||
|
|
Loading…
Reference in a new issue