update workflows
This commit is contained in:
@@ -22,7 +22,8 @@ jobs:
|
||||
- name: Install CocoaPods
|
||||
run: |
|
||||
cd ios
|
||||
pod install
|
||||
rm -f Podfile.lock
|
||||
pod install --repo-update
|
||||
|
||||
- name: Build IPA
|
||||
run: flutter build ipa --release --no-codesign
|
||||
@@ -31,4 +32,4 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ios-ipa
|
||||
path: build/ios/ipa/*.ipa
|
||||
path: build/ios/ipa/*.ipa
|
||||
|
||||
Reference in New Issue
Block a user