From 11edd9a8d2c095c0dc1fdd39770f5e29f3687820 Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Wed, 25 Jun 2025 18:20:10 -0500 Subject: [PATCH] fix release.yml back off jdk 24 Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com> --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b7e5dd1e0..fa5e202d4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -131,10 +131,10 @@ jobs: KEYSTORE_FILENAME: ${{ secrets.KEYSTORE_FILENAME }} KEYSTORE_PROPERTIES: ${{ secrets.KEYSTORE_PROPERTIES }} - - name: Set up JDK 24 + - name: Set up JDK 21 uses: actions/setup-java@v4 with: - java-version: '24' + java-version: '21' distribution: 'jetbrains' - name: Build Play Store release @@ -251,4 +251,4 @@ jobs: upload_url: ${{ steps.create_release_step.outputs.upload_url }} asset_path: ./version_info.txt asset_name: version_info.txt - asset_content_type: text/plain \ No newline at end of file + asset_content_type: text/plain