Skip to content

Commit

Permalink
ci: add set up java
Browse files Browse the repository at this point in the history
  • Loading branch information
nini22P committed Dec 22, 2024
1 parent d1c9eea commit 7eabdf0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
- name: Set up Java
uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 21
- name: Decode and save keystore
run: |
echo "${{ secrets.KEYSTORE }}" | base64 --decode > android/keystore.jks
Expand Down

0 comments on commit 7eabdf0

Please sign in to comment.