Skip to content

Commit 2bdf4e9

Browse files
authored
Update release.yml
1 parent f0abb9d commit 2bdf4e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
java-version: '12.x'
1515
- uses: subosito/flutter-action@v1
1616
with:
17-
channel: 'stable' # 'dev', 'alpha', default to: 'stable'
17+
channel: 'stable'
1818
- run: flutter pub get
19-
- run: flutter build apk --no-sound-null-safety #package:bluetoothadapter doesn't support null safety
19+
- run: flutter build apk --no-sound-null-safety
2020
- run: cd build/app/outputs && tree
2121
- run: |
2222
cd build/app/outputs/flutter-apk/

0 commit comments

Comments
 (0)