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 8d9025a commit f2802cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-submit-android.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Build and Submit iOS
name: Build and Submit Android

on:
push:
Expand All @@ -15,7 +15,7 @@ on:

jobs:
build:
name: Build and Submit
name: Build and Submit Android
runs-on: ubuntu-latest
steps:
- name: Check for EXPO_TOKEN
Expand Down Expand Up @@ -44,6 +44,9 @@ jobs:
- name: ⛏️ Setup EAS local builds
run: yarn global add eas-cli-local-build-plugin

- name: 📁 Copy google-services.json
run: cp google-services.json.example google-services.json

- name: ⚙️ Install dependencies
run: yarn install

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-submit-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
build:
name: Build and Submit
name: Build and Submit iOS
runs-on: macos-14
steps:
- name: Check for EXPO_TOKEN
Expand Down

0 comments on commit f2802cc

Please sign in to comment.