From 94224e143eaae1372c8b7c618e6a2fafaee937b9 Mon Sep 17 00:00:00 2001 From: thisjustin123 Date: Thu, 3 Oct 2024 15:29:37 -0400 Subject: [PATCH] Bruh it's called java 8 --- .github/workflows/publish-to-play-store-beta.yml | 4 ++-- .github/workflows/publish-to-play-store.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-to-play-store-beta.yml b/.github/workflows/publish-to-play-store-beta.yml index bd77ae8..6b5c79f 100644 --- a/.github/workflows/publish-to-play-store-beta.yml +++ b/.github/workflows/publish-to-play-store-beta.yml @@ -15,10 +15,10 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - - name: Set up Java 1.8 + - name: Set up Java 8 uses: actions/setup-java@v3 with: - java-version: '1.8' + java-version: '8' distribution: 'temurin' - name: Create secrets.properties diff --git a/.github/workflows/publish-to-play-store.yml b/.github/workflows/publish-to-play-store.yml index 51d00c4..1c77828 100644 --- a/.github/workflows/publish-to-play-store.yml +++ b/.github/workflows/publish-to-play-store.yml @@ -15,10 +15,10 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - - name: Set up Java 1.8 + - name: Set up Java 8 uses: actions/setup-java@v3 with: - java-version: '1.8' + java-version: '8' distribution: 'temurin' - name: Create secrets.properties