Skip to content

Commit

Permalink
feat: Internal Build Actions
Browse files Browse the repository at this point in the history
Add internal build actions
  • Loading branch information
Alex Risch authored and Alex Risch committed Jul 25, 2024
1 parent a8d2656 commit df96afb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-internal.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check Build
name: Build Internal

on:
pull_request:
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
run: node scripts/build/android/production.js

- name: Build for Android
run: eas build --profile production-android --platform android --non-interactive
run: eas build --profile production-android --platform android --non-interactive --auto-submit

build-ios:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
run: node scripts/build/ios/production.js

- name: Build for iOS
run: eas build --profile production-ios --platform ios --non-interactive
run: eas build --profile production-ios --platform ios --non-interactive --auto-submit

increment-build-numbers:
runs-on: ubuntu-latest
Expand Down

0 comments on commit df96afb

Please sign in to comment.