Skip to content

Commit

Permalink
change Build.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
TitleHHHH authored and TitleHHHH committed Dec 24, 2023
1 parent c1bea9e commit 68b3c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ from runtime in Runtimes
publishDir.CreateOrCleanDirectory();
ArtifactsDirectory.GlobFiles()
ArtifactsDirectory.GlobFiles("**/*")
.ForEach(zip =>
{
zip.UnZipTo(publishDir);
Expand Down

0 comments on commit 68b3c3f

Please sign in to comment.