Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok committed Feb 16, 2024
1 parent f2802cc commit 7c4c605
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-submit-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ jobs:
- name: ⛏️ Setup EAS local builds
run: yarn global add eas-cli-local-build-plugin

- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
cache: 'gradle'
cache-dependency-path: |
android/*.gradle*
android/**/gradle-wrapper.properties
- name: 📁 Copy google-services.json
run: cp google-services.json.example google-services.json

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/build-submit-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
name: Build and Submit iOS

on:
push:
branches:
- hailey/use-eas-version-code
workflow_dispatch:
inputs:
profile:
Expand Down

0 comments on commit 7c4c605

Please sign in to comment.