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:
parent
25bdbca6e9
commit
db658fa485
4
.github/workflows/flutter-release.yml
vendored
4
.github/workflows/flutter-release.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user