mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-07-07 14:40:40 +00:00
removed redundant .apk type from appbundle artifact
This commit is contained in:
parent
86f03a198c
commit
09434fb8d0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/cd_prod.yml
vendored
4
.github/workflows/cd_prod.yml
vendored
|
@ -48,5 +48,5 @@ jobs:
|
|||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: m3_lightmeter.apk
|
||||
path: build/app/outputs/flutter-apk/app-prod-release.apk
|
||||
name: m3_lightmeter_bundle
|
||||
path: build/app/outputs/bundle/prodRelease/app-prod-release.aab
|
||||
|
|
Loading…
Reference in a new issue