We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cca9f6 commit cfc8a50Copy full SHA for cfc8a50
.github/actions/android/action.yml
@@ -47,6 +47,7 @@ runs:
47
VERSION_CODE: ${{inputs.VERSION_CODE}}
48
run: |
49
flutter build apk --debug --build-name $VERSION_NAME --build-number $VERSION_CODE
50
+ flutter build apk --profile --build-name $VERSION_NAME --build-number $VERSION_CODE
51
flutter build apk --build-name $VERSION_NAME --build-number $VERSION_CODE
52
flutter build appbundle --build-name $VERSION_NAME --build-number $VERSION_CODE
53
@@ -55,4 +56,4 @@ runs:
55
56
with:
57
name: apk-files
58
path: |
- build/app/outputs/flutter-apk/app-debug.apk
59
+ build/app/outputs/flutter-apk/app-profile.apk
0 commit comments