Skip to content

Commit

Permalink
Merge pull request Expensify#47267 from Expensify/andrew-ios-release
Browse files Browse the repository at this point in the history
[No QA]Add a `\` to fix iOS release upload
  • Loading branch information
roryabraham authored Aug 12, 2024
2 parents da99a62 + 9e0802c commit adaf5cd
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 @@ -253,7 +253,7 @@ jobs:

- name: Upload iOS build to GitHub Release
if: ${{ !fromJSON(env.SHOULD_DEPLOY_PRODUCTION) }}
run: gh release upload ${{ github.event.release.tag_name }} /Users/runner/work/App/App/New Expensify.ipa
run: gh release upload ${{ github.event.release.tag_name }} /Users/runner/work/App/App/New\ Expensify.ipa
env:
GITHUB_TOKEN: ${{ github.token }}

Expand Down

0 comments on commit adaf5cd

Please sign in to comment.