Commit e1e4cc1
张星宇
feat: enhance code signing process in release workflow
- Add checks to verify if the Apple code signing certificate is configured before attempting to import it.
- Update environment variables to conditionally enable automatic code signing discovery based on certificate availability.
- Improve comments for clarity regarding the signing process and its prerequisites.
This change ensures a smoother build process by preventing errors related to missing certificates.
Change-Id: I9c117da9f288d9fad544f34ff28cfba587e739e5
Co-developed-by: Cursor <noreply@cursor.com>
Signed-off-by: 张星宇 <neil.zxy@alibaba-inc.com>1 parent cf3f32a commit e1e4cc1
1 file changed
+16
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | | - | |
70 | 69 | | |
71 | 70 | | |
72 | 71 | | |
73 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
74 | 82 | | |
75 | 83 | | |
76 | 84 | | |
| |||
100 | 108 | | |
101 | 109 | | |
102 | 110 | | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
110 | 117 | | |
111 | 118 | | |
112 | 119 | | |
| |||
0 commit comments