Skip to content

Commit

Permalink
fixed flavor dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Benimautner committed Jul 21, 2024
1 parent 25bdbca commit db658fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ android {
unsigned {
signingConfig signingConfigs.debug
}
production {
signingConfig signingConfigs.release
}
}

flavorDimensions "deploy"
Expand Down

0 comments on commit db658fa

Please sign in to comment.