mirror of
https://github.com/jonasbark/swiftcontrol.git
synced 2026-02-18 00:17:40 +01:00
rebuild
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -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 }};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user