Skip to content

Commit

Permalink
chore(ci): set java distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
tcrasset committed Feb 16, 2024
1 parent 8806312 commit b165306
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/android-release-push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- uses: actions/setup-java@v4
with:
java-version: '12.x'
distribution: 'adopt'
- run: echo $SIGNING_KEY | base64 -d > android/app/key.jks
env:
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
Expand Down

0 comments on commit b165306

Please sign in to comment.