1
0
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:
Benimautner 2024-07-21 23:14:15 +02:00
parent db658fa485
commit a1564988b3

@ -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