修改路径bug 3
continuous-integration/drone/push Build is passing Details

IRC_NewDev
hang 2023-12-20 14:40:00 +08:00
parent 7110844c7c
commit a05c3725e7
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ public static class FileStoreHelper
{
var rootPath = GetIRaCISRootPath(_hostEnvironment);
var physicalFilePath = Path.Combine(rootPath, relativePath.Trim('/'));
var physicalFilePath = Path.Combine(rootPath, relativePath);
return physicalFilePath;
}