Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JLKwong authored Jul 14, 2021
1 parent f0abb9d commit 2bdf4e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
java-version: '12.x'
- uses: subosito/flutter-action@v1
with:
channel: 'stable' # 'dev', 'alpha', default to: 'stable'
channel: 'stable'
- run: flutter pub get
- run: flutter build apk --no-sound-null-safety #package:bluetoothadapter doesn't support null safety
- run: flutter build apk --no-sound-null-safety
- run: cd build/app/outputs && tree
- run: |
cd build/app/outputs/flutter-apk/
Expand Down

0 comments on commit 2bdf4e9

Please sign in to comment.