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
|
run: flutter build ios --release --no-codesign
|
||||||
|
|
||||||
- name: Upload iOS build artifact
|
- name: Upload iOS build artifact
|
||||||
|
continue-on-error: true
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ios-app
|
name: ios-app
|
||||||
|
|||||||
Reference in New Issue
Block a user