Commit b51fdd9
authored
ci: upload mapping artifacts and improve Telegram notifications (#1343)
- Update Python script to handle two APK uploads via sendMediaGroup
* Add Release1 (release APK) and Release2 (debug APK) media attachments
* Move caption to second document for better visibility
- Fix Telegram workflow to match field names with script
* Use -F "Release1=@$RELEASE_APK" -F "Release2=@$DEBUG_APK"
* Upload both variants in single request instead of separate calls
- Add ProGuard mapping file upload for crash deobfuscation
- Merge artifacts into single APatch package containing both variants
This enables simultaneous delivery of both build variants,
improving testing workflows.
Signed-off-by: Prslc <[email protected]>1 parent 2e67027 commit b51fdd9
2 files changed
+23
-35
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
20 | | - | |
21 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
| 112 | + | |
| 113 | + | |
119 | 114 | | |
120 | | - | |
121 | | - | |
| 115 | + | |
| 116 | + | |
122 | 117 | | |
123 | | - | |
| 118 | + | |
124 | 119 | | |
125 | 120 | | |
126 | 121 | | |
127 | 122 | | |
128 | 123 | | |
129 | | - | |
130 | | - | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
131 | 128 | | |
132 | 129 | | |
133 | | - | |
| 130 | + | |
134 | 131 | | |
135 | 132 | | |
136 | 133 | | |
137 | 134 | | |
138 | 135 | | |
139 | 136 | | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
159 | 147 | | |
160 | 148 | | |
161 | 149 | | |
| |||
0 commit comments