fix(ci): add continue-on-error to iOS artifact upload step
This commit is contained in:
@@ -233,6 +233,7 @@ jobs:
|
||||
run: flutter build ios --release --no-codesign
|
||||
|
||||
- name: Upload iOS build artifact
|
||||
continue-on-error: true
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ios-app
|
||||
|
||||
Reference in New Issue
Block a user