Skip to content

Commit 9997fa5

Browse files
committed
ci: fix path to ipa
1 parent 9dcf300 commit 9997fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
if: ${{ startsWith(github.ref, 'refs/tags/') }}
120120
with:
121121
repo_token: ${{ secrets.GITHUB_TOKEN }}
122-
file: output/${{ steps.move.outputs.ipaPath }}
122+
file: ${{ steps.move.outputs.ipaPath }}
123123

124124
- name: Publish to App Store
125125
if: ${{ startsWith(github.ref, 'refs/tags/') }}

0 commit comments

Comments
 (0)