This commit is contained in:
Jonas Bark
2025-10-09 12:19:35 +02:00
parent cfeef1621a
commit a5a4d9e0c2

View File

@@ -189,6 +189,7 @@ jobs:
- name: Build iOS app and release
if: github.ref == 'refs/heads/ios'
run: |
flutter build ipa --release --export-options-plist=ios/ExportOptions.plist;
xcrun altool --upload-app -f build/ios/ipa/swift_play.ipa -t ios --apiKey ${{ secrets.APPSTORE_API_KEY }} --apiIssuer ${{ secrets.APPSTORE_API_ISSUER_ID }};