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 476f23d commit e9394b1Copy full SHA for e9394b1
.github/workflows/publish.yaml
@@ -29,7 +29,7 @@ jobs:
29
run: flutter pub get
30
31
- name: Build Android app
32
- run: flutter build apk --debug
+ run: flutter build apk
33
34
- name: Build iOS app
35
run: flutter build ios --debug --simulator
0 commit comments