Skip to content

Commit

Permalink
Added copy engines to release folder step
Browse files Browse the repository at this point in the history
  • Loading branch information
vchelaru committed Mar 28, 2024
1 parent 94d6432 commit 2435a2b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ static void Main(string[] args)

private static void CreateZipAndUploadTemplates(string[] args)
{
ProcessSteps.Add(new CopyBuiltEnginesToReleaseFolder(Results));

ProcessSteps.Add(new ZipTemplates(Results));

if(args.Length < 3)
Expand Down

0 comments on commit 2435a2b

Please sign in to comment.