mirror of
https://github.com/go-vikunja/app
synced 2024-09-17 21:31:46 +00:00
fixed app release locations, enabled google play release
This commit is contained in:
parent
db658fa485
commit
a1564988b3
14
.github/workflows/flutter-release.yml
vendored
14
.github/workflows/flutter-release.yml
vendored
@ -87,11 +87,11 @@ jobs:
|
||||
with:
|
||||
name: app-release-bundle
|
||||
path: |
|
||||
build/app/outputs/bundle/release/app-release.aab
|
||||
build/app/outputs/flutter-apk/app-release.apk
|
||||
build/app/outputs/bundle/productionRelease/app-production-release.aab
|
||||
build/app/outputs/flutter-apk/app-production-release.apk
|
||||
|
||||
#- name: Deploy Google Play
|
||||
# run: |
|
||||
# pwd
|
||||
# cd android
|
||||
# bundle exec fastlane production_appbundle
|
||||
- name: Deploy Google Play
|
||||
run: |
|
||||
pwd
|
||||
cd android
|
||||
bundle exec fastlane production_appbundle
|
||||
|
Loading…
Reference in New Issue
Block a user