Skip to content

Commit

Permalink
Fix Android CI release build
Browse files Browse the repository at this point in the history
  • Loading branch information
bejado committed May 1, 2023
1 parent f9b5a7f commit 31521c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ jobs:
- uses: actions/checkout@v3.3.0
with:
ref: ${{ steps.git_ref.outputs.ref }}
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- name: Run build script
env:
TAG: ${{ steps.git_ref.outputs.tag }}
Expand Down

0 comments on commit 31521c7

Please sign in to comment.