修改
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2025-11-14 11:41:36 +08:00
parent 1dd8515ac2
commit b6bad061b7
3 changed files with 12 additions and 3 deletions
@@ -340,7 +340,7 @@ namespace IRaCIS.Core.Application
foreach (var item in systemCriterionKeyFile)
{
var path= await oSSService.UploadToOSSAsync(item.FilePath, $"{trialCriterion.TrialId}/KeyFile", true);
var path= await oSSService.UploadToOSSAsync(item.FilePath, $"{trialCriterion.TrialId}/KeyFile", true,true);
trialCriterionKeyFiles.Add(new TrialCriterionKeyFile
{