Update main.yml
This commit is contained in:
@@ -61,10 +61,10 @@ jobs:
|
|||||||
flutter clean
|
flutter clean
|
||||||
flutter build ios --release --no-codesign
|
flutter build ios --release --no-codesign
|
||||||
- name: Upload iPA
|
- name: Upload iPA
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2.1.0
|
||||||
with:
|
with:
|
||||||
name: ios-build
|
name: ios-build
|
||||||
path: example/build/ios/iphoneos
|
path: ./example/build/ios/iphoneos/
|
||||||
|
|
||||||
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