Skip to content

Commit

Permalink
Setup CI CD 21πŸ«ΈπŸŒ€βœοΈπŸ“— :octocat:
Browse files Browse the repository at this point in the history
  • Loading branch information
hendisantika committed Jan 17, 2024
1 parent cc72dd7 commit 1a366f1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/deploy_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@ jobs:
name: Build .apk file
runs-on: ubuntu-latest
steps:
- uses: subosito/flutter-action@v1
- uses: actions/checkout@v4
# The flutter action needs java so include it
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
# Get flutter packages
Expand Down

0 comments on commit 1a366f1

Please sign in to comment.