perf: 自动发布Android

This commit is contained in:
kuaifan
2024-04-22 17:18:44 +08:00
parent a16f5fca07
commit 053daa621b
5 changed files with 150 additions and 29 deletions

View File

@@ -2241,8 +2241,8 @@ class Base
case 'md':
$type = ['md'];
break;
case 'desktop':
$type = ['yml', 'yaml', 'dmg', 'pkg', 'blockmap', 'zip', 'exe', 'msi'];
case 'publish':
$type = ['yml', 'yaml', 'dmg', 'pkg', 'blockmap', 'zip', 'exe', 'msi', 'apk'];
break;
case 'more':
$type = []; // 不限制上传文件类型