From 85aa6d78c4beed3e80312cd00cda0c493302bab6 Mon Sep 17 00:00:00 2001 From: robot Date: Sun, 2 Aug 2026 00:06:44 +0000 Subject: [PATCH] fix(ci): add continue-on-error to iOS artifact upload step --- .gitea/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index bbc2cb0..fa47e5b 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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