From 293318eba3f939dee8ed1b5faabe38462199a2b8 Mon Sep 17 00:00:00 2001 From: Aleksander Nowakowski Date: Mon, 2 Dec 2024 13:20:30 +0100 Subject: [PATCH] Build script updated --- .github/workflows/deploy-to-play-store.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-play-store.yml b/.github/workflows/deploy-to-play-store.yml index 69dbf182..2ea6cbf9 100644 --- a/.github/workflows/deploy-to-play-store.yml +++ b/.github/workflows/deploy-to-play-store.yml @@ -8,9 +8,13 @@ jobs: deployAabToGooglePlayInternal: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 + - uses: actions/setup-java@v4 + with: + distribution: 'corretto' + java-version: '17' - shell: bash env: # The following env variables are used by signing configuration