From 629ca01d9958ff8bb5ffc1a967c27d20a1f9a59d Mon Sep 17 00:00:00 2001 From: aminecmi Date: Thu, 16 Mar 2023 22:46:31 +0100 Subject: [PATCH] ci: send the mapping file after a release. --- .drone.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.drone.yml b/.drone.yml index a67b20f..c21cbda 100644 --- a/.drone.yml +++ b/.drone.yml @@ -137,6 +137,27 @@ steps: from_secret: giteaAPI base_url: https://gitea.amine-louveau.fr files: signed.apk + + - name: notify + image: drillster/drone-email + failure: ignore + settings: + host: + from_secret: smtpHOST + port: + from_secret: smtpPORT + username: + from_secret: smtpUSERNAME + password: + from_secret: smtpPASSWORD + from: + from_secret: smtpFROM + subject: Mapping file + recipients: + from_secret: smtpTO + recipients_only: true + skip_verify: true + attachment: androidApp/build/outputs/mapping/githubConfigRelease/mapping.txt trigger: event: - tag \ No newline at end of file