Skip to content

Commit 9dc103b

Browse files
Clarify email notification conditions for artifacts (#3381)
Added important note about email notifications and artifact cleanup.
1 parent cafcafc commit 9dc103b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/yaml-notification/email.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@ When you set up email publishing, Codemagic publishes the following artifacts:
3434
- Linux application bundle files
3535
- Windows MSIX packages
3636
- .exe
37+
38+
39+
**Important:** Email notifications are only sent when artifacts are available for Codemagic to collect. If your build scripts include cleanup steps (such as `flutter clean` or Fastlane's `clean_build_artifacts`) that run *before* Codemagic collects artifacts, the binaries will be deleted and **no email will be sent**—even if the build itself succeeded.

0 commit comments

Comments
 (0)