Skip to content

Commit cfc8a50

Browse files
authored
chore: supply profile APK for testing (#2631)
1 parent 0cca9f6 commit cfc8a50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/android/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ runs:
4747
VERSION_CODE: ${{inputs.VERSION_CODE}}
4848
run: |
4949
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
5051
flutter build apk --build-name $VERSION_NAME --build-number $VERSION_CODE
5152
flutter build appbundle --build-name $VERSION_NAME --build-number $VERSION_CODE
5253
@@ -55,4 +56,4 @@ runs:
5556
with:
5657
name: apk-files
5758
path: |
58-
build/app/outputs/flutter-apk/app-debug.apk
59+
build/app/outputs/flutter-apk/app-profile.apk

0 commit comments

Comments
 (0)