diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c29d0b7..524e8e6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,7 +32,9 @@ jobs: - name: Set up JDK 18 uses: actions/setup-java@v4 with: - java-version: 18 + java-version: '18' + distribution: 'zulu' + cache: gradle - name: Create keystore run: | echo "${{ secrets.RELEASE_KEYSTORE }}" > release.keystore.asc @@ -81,4 +83,4 @@ jobs: prerelease: true title: "Pre-release" files: | - apk/release/app-release.apk \ No newline at end of file + apk/release/app-release.apk