Skip to content

Commit

Permalink
Create build_apk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adeeteya authored Nov 8, 2023
1 parent 1c28a7c commit 938385d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build_apk.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: '11'
- uses: subosito/flutter-action@v2
with:
flutter-version: '2.18.2'
- run: flutter pub get
- run: flutter build apk

0 comments on commit 938385d

Please sign in to comment.