Skip to content

Commit

Permalink
Fix iOS / Android mix up
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Jan 10, 2025
1 parent 910f98a commit 727b935
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -568,9 +568,9 @@ jobs:
# env:
# BROWSERSTACK: ${{ secrets.BROWSERSTACK }}

- name: Upload Android build to Firebase distribution
- name: Upload iOS build to Firebase distribution
if: ${{ !fromJSON(env.SHOULD_DEPLOY_PRODUCTION) }}
run: bundle exec fastlane android upload_firebase_distribution
run: bundle exec fastlane ios upload_firebase_distribution

# - name: Upload iOS build artifact
# if: ${{ !fromJSON(env.SHOULD_DEPLOY_PRODUCTION) }}
Expand Down

0 comments on commit 727b935

Please sign in to comment.