Skip to content

Commit

Permalink
Docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CryZo committed Apr 7, 2024
1 parent 4b978a4 commit ead1ccd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ead1ccd

Please sign in to comment.