Skip to content

Commit

Permalink
test ci cd
Browse files Browse the repository at this point in the history
  • Loading branch information
TitleHHHH authored and TitleHHHH committed Dec 24, 2023
1 parent 8816a3e commit 1531392
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class Build : NukeBuild

static GitHubActions GitHubActions => GitHubActions.Instance;
static AbsolutePath ArtifactsDirectory => RootDirectory / ".artifacts";

static AbsolutePath BuildDirectory => RootDirectory / ".buildArtifacts";
static readonly string PackageContentType = "application/octet-stream";
//static string ChangeLogFile => RootDirectory / "CHANGELOG.md";

Expand Down Expand Up @@ -220,11 +220,12 @@ from runtime in Runtimes
.SetProperty("DebugType", "None")
//.SetPublishReadyToRun(true)
.EnableSelfContained()
.SetOutput(ArtifactsDirectory / Runtime)
.SetOutput(BuildDirectory)
.SetFramework("net8.0")
.SetRuntime(Runtime));


BuildDirectory.ZipTo(ArtifactsDirectory / $"HolyClient.Desktop.{Runtime}.zip");



Expand Down

0 comments on commit 1531392

Please sign in to comment.