Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ragavareddychalapala committed Jul 25, 2024
1 parent dbaffa2 commit 6bf86f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/LCT.PackageIdentifier/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,9 @@ static async Task Main(string[] args)
string fullPath = caToolInformation.CatoolRunningLocation;
string outputPath = GetOutputPath(fullPath);

string logFilePath = Path.Combine(outputPath, FileConstant.BomCreatorLog);
string addPathLog= Path.Combine(logFilePath, "Logs");
string logFilePath = Path.Combine(outputPath, "Logs");
string addPathLog = Path.Combine(logFilePath, FileConstant.BomCreatorLog);

PublishLogfiles(addPathLog);
//PublishSampleZipFolder();
}
Expand Down

0 comments on commit 6bf86f7

Please sign in to comment.