From ead1ccd0cdfe3761639ff9af8205019e0eb21f37 Mon Sep 17 00:00:00 2001 From: Christian Haser <32584944+CryZo@users.noreply.github.com> Date: Sun, 7 Apr 2024 02:13:49 +0200 Subject: [PATCH] Docs fix --- .github/workflows/android.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index ee3668f..d6d6931 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -81,6 +81,12 @@ jobs: path: | ${{ github.workspace }}/app/build/outputs/bundle/release + - name: Set up ruby env + uses: ruby/setup-ruby@v1 + with: + ruby-version: 3.2.3 + bundler-cache: true + - name: Decode Service Account Key JSON File uses: timheuer/base64-to-file@v1 id: service_account_json_file