1
0
mirror of https://github.com/go-vikunja/app synced 2024-09-16 12:51:46 +00:00

fixed flavor dimensions

This commit is contained in:
Benimautner 2024-07-21 23:03:04 +02:00
parent 25bdbca6e9
commit db658fa485
2 changed files with 5 additions and 2 deletions

@ -80,8 +80,8 @@ jobs:
pub-cache-path: "${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:" # optional, change this to specify the cache path
- run: flutter --version
- run: flutter pub get
- run: flutter build appbundle
- run: flutter build apk
- run: flutter build appbundle --flavor production
- run: flutter build apk --flavor production
- name: Upload build artifacts
uses: actions/upload-artifact@v2
with:

@ -68,6 +68,9 @@ android {
unsigned {
signingConfig signingConfigs.debug
}
production {
signingConfig signingConfigs.release
}
}
flavorDimensions "deploy"