We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0abb9d commit 2bdf4e9Copy full SHA for 2bdf4e9
1 file changed
.github/workflows/release.yml
@@ -14,9 +14,9 @@ jobs:
14
java-version: '12.x'
15
- uses: subosito/flutter-action@v1
16
with:
17
- channel: 'stable' # 'dev', 'alpha', default to: 'stable'
+ channel: 'stable'
18
- run: flutter pub get
19
- - run: flutter build apk --no-sound-null-safety #package:bluetoothadapter doesn't support null safety
+ - run: flutter build apk --no-sound-null-safety
20
- run: cd build/app/outputs && tree
21
- run: |
22
cd build/app/outputs/flutter-apk/
0 commit comments