Skip to content

Commit 2369dac

Browse files
committed
ci: upload ipa to github releases
1 parent f1c64c8 commit 2369dac

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ios.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,13 @@ jobs:
105105
name: Saber-iOS-Archive
106106
path: ${{ steps.move.outputs.ipaPath }}
107107

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+
108115
- name: Publish to App Store
109116
if: ${{ startsWith(github.ref, 'refs/tags/') }}
110117
run: app-store-connect publish --path ${{ steps.move.outputs.ipaPath }}

0 commit comments

Comments
 (0)