Skip to content

Commit

Permalink
Merge pull request #15726 from Expensify/cmartins-fixTestBuildLinks
Browse files Browse the repository at this point in the history
[No QA] Fix test build links for Web/Desktop
  • Loading branch information
cead22 authored Mar 7, 2023
2 parents 5cfbea4 + 83e85f3 commit 7e8e8a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,6 @@ jobs:
IOS: ${{ needs.iOS.result }}
WEB: ${{ needs.web.result }}
ANDROID_LINK: ${{fromJson(steps.get_android_path.outputs.android_paths).html_path}}
DESKTOP_LINK: "https://ad-hoc-expensify-cash.s3.amazonaws.com/desktop/$PULL_REQUEST_NUMBER/NewExpensify.dmg"
DESKTOP_LINK: https://ad-hoc-expensify-cash.s3.amazonaws.com/desktop/${{ env.PULL_REQUEST_NUMBER }}/NewExpensify.dmg
IOS_LINK: ${{ fromJson(steps.get_ios_path.outputs.ios_paths).html_path }}
WEB_LINK: "https://$PULL_REQUEST_NUMBER.pr-testing.expensify.com"
WEB_LINK: https://${{ env.PULL_REQUEST_NUMBER }}.pr-testing.expensify.com

0 comments on commit 7e8e8a1

Please sign in to comment.