Skip to content

Commit

Permalink
Moving things around
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Oct 2, 2024
1 parent 43e0406 commit f194227
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,13 +238,7 @@ jobs:

- name: Build Android app
if: ${{ !fromJSON(env.SHOULD_DEPLOY_PRODUCTION) }}
run: bundle exec fastlane android build_hybrid keystore_file:./upload-key.keystore keystore_password:${{ steps.load-credentials.outputs.ANDROID_UPLOAD_KEYSTORE_PASSWORD }} key_alias:${{ steps.load-credentials.outputs.ANDROID_UPLOAD_KEYSTORE_ALIAS }} key_password:${{ steps.load-credentials.outputs.ANDROID_UPLOAD_KEY_PASSWORD }}

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ failure() }}
with:
limit-access-to-actor: true
run: bundle exec fastlane android build_hybrid keystore_file:/home/runner/work/App/App/react-native/upload-key.keystore keystore_password:${{ steps.load-credentials.outputs.ANDROID_UPLOAD_KEYSTORE_PASSWORD }} key_alias:${{ steps.load-credentials.outputs.ANDROID_UPLOAD_KEYSTORE_ALIAS }} key_password:${{ steps.load-credentials.outputs.ANDROID_UPLOAD_KEY_PASSWORD }}

# - name: Upload Android app to Google Play
# run: bundle exec fastlane android ${{ fromJSON(env.SHOULD_DEPLOY_PRODUCTION) && 'upload_google_play_production' || 'upload_google_play_internal' }}
Expand Down Expand Up @@ -566,12 +560,6 @@ jobs:
if: ${{ !fromJSON(env.SHOULD_DEPLOY_PRODUCTION) }}
run: bundle exec fastlane ios build_hybrid

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ failure() }}
with:
limit-access-to-actor: true

# - name: Upload release build to TestFlight
# if: ${{ !fromJSON(env.SHOULD_DEPLOY_PRODUCTION) }}
# run: bundle exec fastlane ios upload_testflight
Expand Down

0 comments on commit f194227

Please sign in to comment.