diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d9a1797..3ea3127 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -37,4 +37,4 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: UnionPatcher-${{ matrix.os.prettyName }}
- path: ${{ github.workspace }}/UnionPatcher.Gui.${{ matrix.os.prettyName }}/bin/${{ matrix.os.buildPath }}
\ No newline at end of file
+ path: ${{ github.workspace }}/UnionPatcher.UI.${{ matrix.os.prettyName }}/bin/${{ matrix.os.buildPath }}
diff --git a/UnionPatcher/Program.cs b/UnionPatcher.Cli/Program.cs
similarity index 97%
rename from UnionPatcher/Program.cs
rename to UnionPatcher.Cli/Program.cs
index 6cd7fb4..85ece50 100644
--- a/UnionPatcher/Program.cs
+++ b/UnionPatcher.Cli/Program.cs
@@ -2,7 +2,7 @@
using System.Diagnostics;
using System.IO;
-namespace LBPUnion.UnionPatcher {
+namespace LBPUnion.UnionPatcher.Cli {
public static class Program {
public const string Version = "1.0";
@@ -51,4 +51,4 @@ namespace LBPUnion.UnionPatcher {
Console.WriteLine($" Usage: {FileName}