Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Commit

Permalink
Updated Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
Teifun2 committed Dec 26, 2020
1 parent 357f1f8 commit 46e07a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
java-version: '12.x'
- uses: subosito/flutter-action@v1
with:
channel: 'stable' # or: 'dev' or 'beta'
flutter-version: '1.22.4'
- run: flutter pub get
- run: flutter build apk --debug

0 comments on commit 46e07a3

Please sign in to comment.