Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha committed Oct 24, 2024
1 parent d03eaef commit 50ee4cb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ jobs:
distribution: 'temurin'
cache: gradle

- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: '18' # Ensure this matches your project's Node.js version requirements

- name: Install Yarn
run: npm install -g yarn

- name: Install Dependencies
run: yarn install

- name: Decode Keystore
run: echo "${{ secrets.MYAPP_RELEASE_STORE_FILE_BASE64 }}" | base64 -d > android/app/fotos-upload-key.jks

Expand Down

0 comments on commit 50ee4cb

Please sign in to comment.