Update main.yml
This commit is contained in:
@@ -60,11 +60,16 @@ jobs:
|
|||||||
flutter pub get
|
flutter pub get
|
||||||
flutter clean
|
flutter clean
|
||||||
flutter build ios --release --no-codesign
|
flutter build ios --release --no-codesign
|
||||||
|
cd ios
|
||||||
|
xcodebuild -workspace Runner.xcworkspace -scheme Runner -sdk iphoneos -configuration Release archive -archivePath $PWD/build/Runner.xcarchive
|
||||||
|
xcodebuild -exportArchive -archivePath $PWD/build/Runner.xcarchive -exportOptionsPlist exportOptions.plist -exportPath $PWD/build/Runner.ipa
|
||||||
|
cd ..
|
||||||
|
|
||||||
- name: Upload iPA
|
- name: Upload iPA
|
||||||
uses: actions/[email protected]
|
uses: actions/[email protected]
|
||||||
with:
|
with:
|
||||||
name: ios-build
|
name: ios-build
|
||||||
path: ./example/build/ios/iphoneos/
|
path: ios/build/Runner.ipa/Runner.ipa
|
||||||
|
|
||||||
deploy_ios:
|
deploy_ios:
|
||||||
name: Upload iOS to Firebase App Distribution
|
name: Upload iOS to Firebase App Distribution
|
||||||
|
|||||||
Reference in New Issue
Block a user