【打包】还原channel索引

main
刘涛 2026-04-11 17:29:18 +08:00
parent f1aee39603
commit 0df69c4cd2
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ def log_path
def GetRemote(){
if('Dev' == params.Channel)
return 'feature/split_build';
return 'dev';
else
return params.Channel;
}