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 f1c64c8 commit 2369dacCopy full SHA for 2369dac
.github/workflows/ios.yml
@@ -105,6 +105,13 @@ jobs:
105
name: Saber-iOS-Archive
106
path: ${{ steps.move.outputs.ipaPath }}
107
108
+ - name: Upload to GitHub release
109
+ uses: svenstaro/upload-release-action@v2
110
+ if: ${{ startsWith(github.ref, 'refs/tags/') }}
111
+ with:
112
+ repo_token: ${{ secrets.GITHUB_TOKEN }}
113
+ file: output/${{ steps.move.outputs.ipaPath }}
114
+
115
- name: Publish to App Store
116
if: ${{ startsWith(github.ref, 'refs/tags/') }}
117
run: app-store-connect publish --path ${{ steps.move.outputs.ipaPath }}
0 commit comments