Skip to content

Commit

Permalink
Merge pull request #24583 from Expensify/jules-updateBrowserStackAndr…
Browse files Browse the repository at this point in the history
…oidAABLoc

[NO-QA] Update Browserstack Android build path

(cherry picked from commit 2854808)
  • Loading branch information
luacmartins authored and OSBotify committed Aug 15, 2023
1 parent 40daefd commit 007c112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/platformDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

- name: Upload Android version to Browser Stack
if: ${{ !fromJSON(env.SHOULD_DEPLOY_PRODUCTION) }}
run: curl -u "$BROWSERSTACK" -X POST "https://api-cloud.browserstack.com/app-live/upload" -F "file=@./android/app/build/outputs/bundle/release/app-release.aab"
run: curl -u "$BROWSERSTACK" -X POST "https://api-cloud.browserstack.com/app-live/upload" -F "file=@./android/app/build/outputs/bundle/productionRelease/app-production-release.aab"
env:
BROWSERSTACK: ${{ secrets.BROWSERSTACK }}

Expand Down

0 comments on commit 007c112

Please sign in to comment.