Commit 5962b5b
committed
👷 ci: fix Android signing config for Groovy DSL build.gradle
修正工作流中 Android 签名配置脚本,适配实际项目之 build.gradle(Groovy DSL):
- 文件名:build.gradle.kts → build.gradle
- signingConfigs 语法:create("release") → release
- 属性赋值:移除 Kotlin DSL 等号(storeFile = → storeFile)
- 正则匹配:signingConfigs.getByName("debug") → signingConfigs.debug
此前因预设 Kotlin DSL 配置文件,致构建失败。今已修正,Android APK 构建当可通行。1 parent a5a755e commit 5962b5b
1 file changed
Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
134 | | - | |
| 133 | + | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
0 commit comments