We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dcf300 commit 9997fa5Copy full SHA for 9997fa5
.github/workflows/ios.yml
@@ -119,7 +119,7 @@ jobs:
119
if: ${{ startsWith(github.ref, 'refs/tags/') }}
120
with:
121
repo_token: ${{ secrets.GITHUB_TOKEN }}
122
- file: output/${{ steps.move.outputs.ipaPath }}
+ file: ${{ steps.move.outputs.ipaPath }}
123
124
- name: Publish to App Store
125
0 commit comments