Fix Android CI release build

This commit is contained in:
Benjamin Doherty
2023-05-01 18:45:34 -04:00
parent f47265e9c5
commit ac74f09dc8

View File

@@ -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 }}